Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FormerLurker/ArcWelderLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFormerLurker <hochgebe@gmail.com>2020-05-13 19:07:49 +0300
committerFormerLurker <hochgebe@gmail.com>2020-05-13 19:07:49 +0300
commit7afcf6e187fa30f28dfc647616e21156528a1cb7 (patch)
tree692f9370ed1a70f775ef8444a66af707e58ff6fc /CMakeLists.txt
parenta0edbce74133753543903a03c3c2df19964ff2c9 (diff)
Enhance Argument Parsing for Console App with TCLAP.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4fcbb4a..99aa4c6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -28,6 +28,7 @@ if (POLICY CMP0025)
endif ()
# add subdirectories to compile in order of inheritance
+add_subdirectory(${CMAKE_SOURCE_DIR}/TCLAP)
add_subdirectory(${CMAKE_SOURCE_DIR}/GcodeProcessorLib)
add_subdirectory(${CMAKE_SOURCE_DIR}/ArcWelder)
add_subdirectory(${CMAKE_SOURCE_DIR}/ArcWelderConsole)