OpenDroneMap-ODM/modules/CMakeLists.txt

15 wiersze
346 B
CMake
Czysty Zwykły widok Historia

2018-06-04 00:00:24 +00:00
if (NOT CMAKE_BUILD_TYPE)
message(STATUS "No build type selected, default to Release")
set(CMAKE_BUILD_TYPE "Release")
endif()
2015-11-16 11:42:21 +00:00
# Add ODM sub-modules
add_subdirectory(odm_georef)
add_subdirectory(odm_orthophoto)
add_subdirectory(odm_cleanmesh)
add_subdirectory(odm_filterpoints)
2016-06-16 08:28:12 +00:00
if (ODM_BUILD_SLAM)
add_subdirectory(odm_slam)
endif ()