We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad96591 commit dc4b536Copy full SHA for dc4b536
CMakeLists.txt
@@ -41,6 +41,11 @@ fetch_project(
41
URL https://github.com/danielTobon43/cloudparse/archive/v0.2.1.tar.gz
42
)
43
44
+fetch_project(
45
+ NAME argparse
46
+ URL https://github.com/p-ranav/argparse/archive/v2.6.tar.gz
47
+)
48
+
49
# #############################################################################
50
# SOURCE CODE
51
@@ -64,6 +69,7 @@ target_include_directories(${PROJECT_NAME} PRIVATE
64
69
target_link_libraries(${PROJECT_NAME} PRIVATE
65
70
${PCL_LIBRARIES}
66
71
cloudparse
72
+ argparse
67
73
68
74
75
0 commit comments