We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c5e305 commit 51c9ca9Copy full SHA for 51c9ca9
src/xrEngine/CMakeLists.txt
@@ -409,8 +409,8 @@ target_link_libraries(${PROJECT_NAME}
409
xrScriptEngine
410
xrNetServer
411
xrImGui
412
- xrRender_GL
413
- xrGame
+ $<$<BOOL:${STATIC_BUILD}>:xrRender_GL>
+ $<$<BOOL:${STATIC_BUILD}>:xrGame>
414
${LUA_LIBRARIES}
415
${SDL2_LIBRARIES}
416
${OPENAL_LIBRARY}
src/xrScriptEngine/CMakeLists.txt
@@ -112,7 +112,7 @@ target_link_libraries(${PROJECT_NAME}
112
xrCore
113
xrLuaFix
114
xrLuabind
115
116
117
)
118
0 commit comments