We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce90e0f commit b5c85a9Copy full SHA for b5c85a9
cmake/LSLCMake.cmake
@@ -140,6 +140,7 @@ function(installLSLApp target)
140
install(TARGETS ${target} COMPONENT ${PROJECT_NAME}
141
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
142
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
143
+ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
144
BUNDLE DESTINATION ${CMAKE_INSTALL_BINDIR})
145
# skip copying libraries if disabled or on Linux
146
if(NOT LSL_DEPLOYAPPLIBS OR UNIX AND NOT APPLE)
0 commit comments