New upstream version 0.16.2+dfsg1
This commit is contained in:
parent
67704ac59c
commit
6efda2859e
377 changed files with 7938 additions and 696 deletions
21
plugins/obs-text/CMakeLists.txt
Normal file
21
plugins/obs-text/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
if (NOT WIN32)
|
||||
return()
|
||||
endif()
|
||||
|
||||
project(obs-text)
|
||||
|
||||
if(WIN32)
|
||||
set(obs-text_PLATFORM_SOURCES
|
||||
gdiplus/obs-text.cpp)
|
||||
set(obs-text_PLATFORM_DEPS
|
||||
gdiplus)
|
||||
endif()
|
||||
|
||||
add_library(obs-text MODULE
|
||||
${obs-text_PLATFORM_SOURCES}
|
||||
${obs-text_PLATFORM_HEADERS})
|
||||
target_link_libraries(obs-text
|
||||
libobs
|
||||
${obs-text_PLATFORM_DEPS})
|
||||
|
||||
install_obs_plugin_with_data(obs-text data)
|
||||
Loading…
Add table
Add a link
Reference in a new issue