Files
rtabmap/tools/CleanupLocalGrids/CMakeLists.txt

14 lines
376 B
CMake
Raw Normal View History

2021-08-28 22:19:59 -04:00
ADD_EXECUTABLE(cleanupLocalGrids main.cpp)
TARGET_LINK_LIBRARIES(cleanupLocalGrids rtabmap_core)
2021-08-28 22:19:59 -04:00
SET_TARGET_PROPERTIES( cleanupLocalGrids
PROPERTIES OUTPUT_NAME ${PROJECT_PREFIX}-cleanupLocalGrids)
2021-09-01 10:23:45 -04:00
INSTALL(TARGETS cleanupLocalGrids
2021-08-28 22:19:59 -04:00
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" COMPONENT runtime
BUNDLE DESTINATION "${CMAKE_BUNDLE_LOCATION}" COMPONENT runtime)