Imported Upstream version 0.13.2+dsfg1
This commit is contained in:
commit
fb3990e9e5
2036 changed files with 287360 additions and 0 deletions
18
test/osx/CMakeLists.txt
Normal file
18
test/osx/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
project(osx-text)
|
||||
|
||||
include_directories(SYSTEM "${CMAKE_SOURCE_DIR}/libobs")
|
||||
|
||||
find_library(COCOA Cocoa)
|
||||
include_directories(${COCOA})
|
||||
|
||||
add_definitions(-fobjc-arc)
|
||||
|
||||
set(osx-test_SOURCES
|
||||
test.mm)
|
||||
|
||||
add_executable(osx_test
|
||||
${osx-test_SOURCES})
|
||||
target_link_libraries(osx_test
|
||||
libobs
|
||||
${COCOA})
|
||||
define_graphic_modules(osx_test)
|
||||
Loading…
Add table
Add a link
Reference in a new issue