mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-03 22:54:39 +00:00
Fixes issue #5
This commit is contained in:
parent
f3cd481bd4
commit
483e9f2a5a
@ -10,7 +10,7 @@ add_library(argparse::argparse ALIAS argparse)
|
||||
target_compile_features(argparse INTERFACE cxx_std_17)
|
||||
target_include_directories(argparse INTERFACE
|
||||
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
|
||||
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>/include)
|
||||
$<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}>/include)
|
||||
|
||||
if(ARGPARSE_BUILD_TESTS)
|
||||
add_subdirectory(test)
|
||||
|
Loading…
Reference in New Issue
Block a user