Full rewrite of all CMakeLists
CMake now works on all platforms
This commit is contained in:
11
test/win/CMakeLists.txt
Normal file
11
test/win/CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
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)
|
Reference in New Issue
Block a user