mirror of
https://github.com/sametersoylu/argument-parser.git
synced 2026-04-13 03:41:18 +00:00
chore: add missing definitions to the files. remove static qualifier from the headers. add help text to the actions.
This commit is contained in:
@@ -16,4 +16,6 @@ include_directories(src/headers/conventions/implementations)
|
||||
include_directories(src/headers/parser/platform_headers)
|
||||
include_directories(src/headers/parser/parsing_traits)
|
||||
|
||||
add_executable(test src/main.cpp)
|
||||
file(GLOB_RECURSE SRC_FILES "src/source/*.cpp" "src/source/**/*.cpp" "src/source/**/**/*.cpp")
|
||||
|
||||
add_executable(test src/main.cpp ${SRC_FILES})
|
||||
Reference in New Issue
Block a user