Skip to content
Snippets Groups Projects

Resolve "icp: develop matching tools"

Merged Pep Martí Saumell requested to merge 23-icp-develop-matching-tools into master
2 files
+ 11
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 8
2
@@ -82,5 +82,11 @@ INSTALL(FILES ${HDRS}
INSTALL(FILES ../Findlaser_scan_utils.cmake DESTINATION ${CMAKE_ROOT}/Modules/)
#Build examples & tests
MESSAGE("Building tests.")
ADD_SUBDIRECTORY(test)
IF(NOT BUILD_TESTS)
OPTION(BUILD_TESTS "Build Unit tests" ON)
ENDIF(NOT BUILD_TESTS)
IF(BUILD_TESTS)
MESSAGE("Building tests.")
ADD_SUBDIRECTORY(test)
ENDIF(BUILD_TESTS)
Loading