mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-01 17:10:26 +08:00
* Config: Using cmake targets * fixed RTABMAP_DEPRECATED build error * fixed melodic build * cleanup * Fixed qhull exported library error * Update svg depend private * removed g2o from public interface * Fixed Windows with external project * removed some required dep * Fixed nsis error (also fixed unspecified components) * updated workflow rules
8 lines
184 B
CMake
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)
|
|
|