We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 997095c commit a275ee6Copy full SHA for a275ee6
CMakeLists.txt
@@ -350,6 +350,10 @@ list(APPEND SUNSHINE_EXTERNAL_LIBRARIES
350
${OPENSSL_LIBRARIES}
351
${PLATFORM_LIBRARIES})
352
353
+if (NOT WIN32)
354
+ list(APPEND SUNSHINE_EXTERNAL_LIBRARIES Boost::log)
355
+endif()
356
+
357
list(APPEND SUNSHINE_DEFINITIONS SUNSHINE_ASSETS_DIR="${SUNSHINE_ASSETS_DIR}")
358
list(APPEND SUNSHINE_DEFINITIONS SUNSHINE_CONFIG_DIR="${SUNSHINE_CONFIG_DIR}")
359
list(APPEND SUNSHINE_DEFINITIONS SUNSHINE_DEFAULT_DIR="${SUNSHINE_DEFAULT_DIR}")
0 commit comments