Skip to content

Commit dc4b536

Browse files
committed
added argparse module
1 parent ad96591 commit dc4b536

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ fetch_project(
4141
URL https://github.com/danielTobon43/cloudparse/archive/v0.2.1.tar.gz
4242
)
4343

44+
fetch_project(
45+
NAME argparse
46+
URL https://github.com/p-ranav/argparse/archive/v2.6.tar.gz
47+
)
48+
4449
# #############################################################################
4550
# SOURCE CODE
4651
# #############################################################################
@@ -64,6 +69,7 @@ target_include_directories(${PROJECT_NAME} PRIVATE
6469
target_link_libraries(${PROJECT_NAME} PRIVATE
6570
${PCL_LIBRARIES}
6671
cloudparse
72+
argparse
6773
)
6874

6975
# #############################################################################

0 commit comments

Comments
 (0)