Skip to content

Commit b5c85a9

Browse files
committed
CMake helper: add install dir for ARCHIVE targets
1 parent ce90e0f commit b5c85a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/LSLCMake.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ function(installLSLApp target)
140140
install(TARGETS ${target} COMPONENT ${PROJECT_NAME}
141141
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
142142
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
143+
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
143144
BUNDLE DESTINATION ${CMAKE_INSTALL_BINDIR})
144145
# skip copying libraries if disabled or on Linux
145146
if(NOT LSL_DEPLOYAPPLIBS OR UNIX AND NOT APPLE)

0 commit comments

Comments
 (0)