Files
2025-07-14 11:34:38 +08:00

8 lines
184 B
CMake

ADD_EXECUTABLE(imagesJoiner main.cpp)
TARGET_LINK_LIBRARIES(imagesJoiner rtabmap_core)
SET_TARGET_PROPERTIES( imagesJoiner
PROPERTIES OUTPUT_NAME ${PROJECT_PREFIX}-imagesJoiner)