yolobs-studio/test/win/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
306 B
CMake
Raw Permalink Normal View History

2016-02-23 23:16:51 +00:00
project(win-test)
include_directories(SYSTEM "${CMAKE_SOURCE_DIR}/libobs")
set(win-text_SOURCES
test.cpp)
add_executable(win-test WIN32
${win-text_SOURCES})
target_link_libraries(win-test
libobs)
2020-10-01 20:15:25 +00:00
set_target_properties(win-test PROPERTIES FOLDER "tests and examples")
2016-02-23 23:16:51 +00:00
define_graphic_modules(win-test)