Logo
Explore Help
Sign In
i/rtabmap
1
0
Fork 0
You've already forked rtabmap
mirror of https://github.com/introlab/rtabmap.git synced 2026-09-02 17:40:23 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
a58024e0c52555ce065e6bcfcf98e1e187fc6884
rtabmap/tools/Calibration/CMakeLists.txt

11 lines
342 B
CMake
Raw Normal View History

Calibration tool files... git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@1588 f169173b-cf89-36c8-b27e-44dbe73f0c83
2014-07-22 22:23:52 +00:00
ADD_EXECUTABLE(calibration main.cpp)
Refactoring RTABMapConfig.cmake with targets (#904) * 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
2023-02-12 16:18:01 -08:00
TARGET_LINK_LIBRARIES(calibration rtabmap_gui)
Calibration tool files... git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@1588 f169173b-cf89-36c8-b27e-44dbe73f0c83
2014-07-22 22:23:52 +00:00
SET_TARGET_PROPERTIES( calibration
PROPERTIES OUTPUT_NAME ${PROJECT_PREFIX}-calibration)
INSTALL(TARGETS calibration
Use standard CMAKE_INSTALL_{BIN,LIB}DIR instead of INSTALL_{BIN,LIB}_DIR. Overriding the latters caused me to see these files installed in ${DESTDIR}/${BUILD_DIR}
2014-12-17 17:28:21 +01:00
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" COMPONENT runtime
Add QT5 Support
2015-03-16 19:51:22 +00:00
BUNDLE DESTINATION "${CMAKE_BUNDLE_LOCATION}" COMPONENT runtime)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 25.4.3 Page: 60ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API