mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-16 23:10:13 +00:00
8 lines
258 B
CMake
8 lines
258 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
|
|
Windowsapp.lib
|
|
Wtsapi32.lib)
|