We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6dcdb5 commit bd97fe3Copy full SHA for bd97fe3
single-include/CMakeLists.txt
@@ -19,7 +19,8 @@ if(CLI11_SINGLE_FILE)
19
Python::Interpreter "${PROJECT_SOURCE_DIR}/scripts/MakeSingleHeader.py" ${CLI11_headers}
20
${CLI11_impl_headers} --main CLI11.hpp.in --output
21
"${PROJECT_BINARY_DIR}/single-include/CLI11.hpp" --version "${CLI11_VERSION}"
22
- DEPENDS "${PROJECT_SOURCE_DIR}/include/CLI/CLI.hpp" CLI11.hpp.in ${CLI11_headers} ${CLI11_impl_headers})
+ DEPENDS "${PROJECT_SOURCE_DIR}/include/CLI/CLI.hpp" CLI11.hpp.in ${CLI11_headers}
23
+ ${CLI11_impl_headers})
24
add_custom_target(CLI11-generate-single-file ALL
25
DEPENDS "${PROJECT_BINARY_DIR}/single-include/CLI11.hpp")
26
set_property(TARGET CLI11-generate-single-file PROPERTY FOLDER "Scripts")
0 commit comments