New upstream version 26.0.0+dfsg1
This commit is contained in:
parent
8e020cdacb
commit
240080891f
837 changed files with 41275 additions and 9196 deletions
7
deps/file-updater/CMakeLists.txt
vendored
7
deps/file-updater/CMakeLists.txt
vendored
|
|
@ -22,11 +22,10 @@ add_library(file-updater STATIC
|
|||
target_include_directories(file-updater
|
||||
PUBLIC .)
|
||||
|
||||
if(NOT MSVC AND NOT MINGW)
|
||||
target_compile_options(file-updater PRIVATE -fPIC)
|
||||
endif()
|
||||
|
||||
target_link_libraries(file-updater
|
||||
${LIBCURL_LIBRARIES}
|
||||
${file-updater_PLATFORM_DEPS}
|
||||
libobs)
|
||||
set_target_properties(file-updater PROPERTIES
|
||||
FOLDER "deps"
|
||||
POSITION_INDEPENDENT_CODE ON)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue