1 Star 6 Fork 3

liumeng220 / ODM

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CMakeLists.txt 547 Bytes
一键复制 编辑 原始数据 按行查看 历史
Pau Gargallo 提交于 2016-06-16 10:28 . Make SLAM build optional
cmake_minimum_required(VERSION 2.8)
project(OpenDroneMap C CXX)
# TODO(edgar): add option in order to point to CMAKE_PREFIX_PATH
# if we want to build SuperBuild in an external directory.
# It is assumed that SuperBuild have been compiled.
# Set third party libs location
set(CMAKE_PREFIX_PATH "${CMAKE_CURRENT_SOURCE_DIR}/SuperBuild/install")
# move binaries to the same bin directory
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
option(ODM_BUILD_SLAM "Build SLAM module" OFF)
# Add ODM sub-modules
add_subdirectory(modules)
Python
1
https://gitee.com/liumeng220/ODM.git
git@gitee.com:liumeng220/ODM.git
liumeng220
ODM
ODM
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891