mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-11-28 15:44:39 +00:00
Resolves the following build error:
CMake Error at CMakeLists.txt:26 (ADD_EXECUTABLE):
Target "ARGPARSE_SAMPLE_custom_assignment_characters" links to target
"argparse::argparse" but the target was not found. Perhaps a
find_package() call is missing for an IMPORTED target, or an
ALIAS target is missing?
Signed-off-by: Sean Robinson <sean.robinson@scottsdalecc.edu>
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| compound_arguments.cpp | ||
| custom_assignment_characters.cpp | ||
| custom_prefix_characters.cpp | ||
| description_epilog_metavar.cpp | ||
| gathering_remaining_arguments.cpp | ||
| is_used.cpp | ||
| joining_repeated_optional_arguments.cpp | ||
| list_of_arguments.cpp | ||
| negative_numbers.cpp | ||
| optional_flag_argument.cpp | ||
| parse_known_args.cpp | ||
| positional_argument.cpp | ||
| repeating_argument_to_increase_value.cpp | ||
| required_optional_argument.cpp | ||
| subcommands.cpp | ||