mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-08-07 10:20:46 +00:00
5 lines
189 B
CMake
5 lines
189 B
CMake
# linux specific target definitions
|
|
|
|
# Using newer c++ compilers / features on older distros causes runtime dyn link errors
|
|
target_link_libraries(sunshine -static-libgcc -static-libstdc++)
|