mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-02-04 13:45:31 +00:00
9 lines
303 B
CMake
9 lines
303 B
CMake
# windows specific target definitions
|
|
set_target_properties(sunshine PROPERTIES LINK_SEARCH_START_STATIC 1)
|
|
set(CMAKE_FIND_LIBRARY_SUFFIXES ".dll")
|
|
find_library(ZLIB ZLIB1)
|
|
list(APPEND SUNSHINE_EXTERNAL_LIBRARIES
|
|
$<TARGET_OBJECTS:sunshine_rc_object>
|
|
Windowsapp.lib
|
|
Wtsapi32.lib)
|