New upstream version 26.1.0+dfsg1
This commit is contained in:
parent
040dcc3fc2
commit
013818c4af
594 changed files with 19576 additions and 4478 deletions
|
|
@ -9,17 +9,19 @@ endif()
|
|||
|
||||
project(updater)
|
||||
|
||||
include_directories(${OBS_JANSSON_INCLUDE_DIRS})
|
||||
include_directories(${LIBLZMA_INCLUDE_DIRS})
|
||||
include_directories(SYSTEM "${CMAKE_SOURCE_DIR}/deps/json11")
|
||||
include_directories(SYSTEM "${CMAKE_SOURCE_DIR}/libobs")
|
||||
include_directories(${BLAKE2_INCLUDE_DIR})
|
||||
|
||||
set(updater_HEADERS
|
||||
${CMAKE_SOURCE_DIR}/deps/json11/json11.hpp
|
||||
../win-update-helpers.hpp
|
||||
resource.h
|
||||
updater.hpp
|
||||
)
|
||||
set(updater_SOURCES
|
||||
${CMAKE_SOURCE_DIR}/deps/json11/json11.cpp
|
||||
../win-update-helpers.cpp
|
||||
init-hook-files.c
|
||||
updater.cpp
|
||||
|
|
@ -40,7 +42,6 @@ add_executable(updater WIN32
|
|||
${updater_SOURCES}
|
||||
)
|
||||
target_link_libraries(updater
|
||||
${OBS_JANSSON_IMPORT}
|
||||
${STATIC_ZLIB_PATH}
|
||||
lzma
|
||||
blake2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue