Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
fmt_converter
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xuebingbing
fmt_converter
Commits
8bd94fbc
Commit
8bd94fbc
authored
Dec 21, 2020
by
xuebingbing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
内嵌 cxxopts.hpp 头文件
parent
a052e66b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
cxxopts.hpp
src/jfhdconvertor/3parts/cxxopts.hpp
+0
-0
CMakeLists.txt
src/jfhdconvertor/CMakeLists.txt
+1
-2
main.cpp
src/jfhdconvertor/main.cpp
+1
-1
No files found.
src/jfhdconvertor/3parts/cxxopts.hpp
0 → 100644
View file @
8bd94fbc
This diff is collapsed.
Click to expand it.
src/jfhdconvertor/CMakeLists.txt
View file @
8bd94fbc
...
@@ -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
)
...
...
src/jfhdconvertor/main.cpp
View file @
8bd94fbc
...
@@ -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
[]);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment