Imported Upstream version 0.13.2+dsfg1
This commit is contained in:
commit
fb3990e9e5
2036 changed files with 287360 additions and 0 deletions
12
test/win/CMakeLists.txt
Normal file
12
test/win/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
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)
|
||||
define_graphic_modules(win-test)
|
||||
Loading…
Add table
Add a link
Reference in a new issue