mirror of
https://github.com/sametersoylu/argument-parser.git
synced 2026-04-13 03:41:18 +00:00
feat: introduce positional arguments. add tests. fix parsing bugs.
This commit is contained in:
@@ -51,4 +51,7 @@ install(EXPORT argument_parserTargets
|
||||
)
|
||||
|
||||
add_executable(test src/main.cpp)
|
||||
target_link_libraries(test PRIVATE argument_parser)
|
||||
target_link_libraries(test PRIVATE argument_parser)
|
||||
|
||||
add_executable(positional_tests src/test.cpp)
|
||||
target_link_libraries(positional_tests PRIVATE argument_parser)
|
||||
Reference in New Issue
Block a user