Skip to content

Commit

Permalink
fixed cmake clean_up_node name
Browse files Browse the repository at this point in the history
  • Loading branch information
jian-dong committed Jan 11, 2023
1 parent af69db6 commit d7b06db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,25 +200,25 @@ target_link_libraries(list_devices_node
${LIBUVC_LIBRARIES}
)

add_executable(astra_cleanup_shm_node
add_executable(cleanup_shm_node
src/astra_cleanup_shm_node.cpp
)

target_include_directories(astra_cleanup_shm_node PUBLIC
target_include_directories(cleanup_shm_node PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}/include>
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<INSTALL_INTERFACE:include>
${catkin_INCLUDE_DIRS}
)
target_link_libraries(astra_cleanup_shm_node
target_link_libraries(cleanup_shm_node
Threads::Threads
${catkin_LIBRARIES}
)

install(TARGETS ${PROJECT_NAME}
${PROJECT_NAME}_node
list_devices_node
astra_cleanup_shm_node
cleanup_shm_node
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
Expand Down

0 comments on commit d7b06db

Please sign in to comment.