Skip to content

Commit c7f7457

Browse files
seanyenv4hn
authored andcommitted
Add required dest of shared libs for Windows.
1 parent f444704 commit c7f7457

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

doc/interactivity/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ install(
3737
LIBRARY
3838
DESTINATION
3939
${CATKIN_PACKAGE_LIB_DESTINATION}
40+
ARCHIVE
41+
DESTINATION
42+
${CATKIN_PACKAGE_LIB_DESTINATION}
43+
RUNTIME
44+
DESTINATION
45+
${CATKIN_GLOBAL_BIN_DESTINATION}
4046
)
4147

4248
install(DIRECTORY launch DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})

0 commit comments

Comments
 (0)