Commit 8bd94fbc authored by xuebingbing's avatar xuebingbing

内嵌 cxxopts.hpp 头文件

parent a052e66b
This diff is collapsed.
...@@ -4,8 +4,7 @@ project(jfhdconvertor VERSION 0.0.1.${TIME}) ...@@ -4,8 +4,7 @@ project(jfhdconvertor VERSION 0.0.1.${TIME})
string (TOLOWER "${PROJECT_NAME}" LOW_PROJECT_NAME) string (TOLOWER "${PROJECT_NAME}" LOW_PROJECT_NAME)
find_package(cxxopts REQUIRED) #find_package(cxxopts REQUIRED)
find_package(PDAL REQUIRED) find_package(PDAL REQUIRED)
find_package(PCL REQUIRED COMPONENTS common io) find_package(PCL REQUIRED COMPONENTS common io)
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
//void TestPdalWriteLas(); //void TestPdalWriteLas();
// //
//void TestPcd2Las(); //void TestPcd2Las();
#include <cxxopts.hpp> #include "3parts/cxxopts.hpp"
cxxopts::ParseResult parse(int argc, char* argv[]); cxxopts::ParseResult parse(int argc, char* argv[]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment