1 Star 0 Fork 17

zjzcn / NDT_PCL_demo

forked from AdamShan / NDT_PCL_demo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CMakeLists.txt 422 Bytes
一键复制 编辑 原始数据 按行查看 历史
AdamShan 提交于 2018-02-01 16:38 . add all files
cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
project(normal_distributions_transform)
set(CMAKE_CXX_STANDARD 11)
FIND_PACKAGE(PCL 1.5 REQUIRED)
include_directories(${PCL_INCLUDE_DIRS})
link_directories(${PCL_LIBRARY_DIRS})
add_definitions(${PCL_DEFINITIONS})
add_executable(normal_distributions_transform normal_distributions_transform.cpp )
target_link_libraries (normal_distributions_transform ${PCL_LIBRARIES})
C++
1
https://gitee.com/zjzcn/NDT_PCL_demo.git
git@gitee.com:zjzcn/NDT_PCL_demo.git
zjzcn
NDT_PCL_demo
NDT_PCL_demo
master

搜索帮助