New upstream version 18.0.1+dfsg1
This commit is contained in:
parent
6efda2859e
commit
f2cf6cce50
1337 changed files with 41178 additions and 84670 deletions
|
|
@ -17,4 +17,13 @@ add_library(obs-frontend-api SHARED
|
|||
target_link_libraries(obs-frontend-api
|
||||
libobs)
|
||||
|
||||
if(UNIX AND NOT APPLE)
|
||||
set_target_properties(obs-frontend-api
|
||||
PROPERTIES
|
||||
OUTPUT_NAME obs-frontend-api
|
||||
VERSION 0.0
|
||||
SOVERSION 0
|
||||
)
|
||||
endif()
|
||||
|
||||
install_obs_core(obs-frontend-api)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue