We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think a simple enough test would be, for a specific target:
${CMAKE_SOURCE_DIR}/include
target_include_directories
#include "CLI/CLI.hpp"
#include "../include/CLI/CLI.hpp"
This makes assumptions about the source tree hierarchy, so I’m afraid it’s not a perfect solution.
Originally posted by @samhocevar in #1011 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
${CMAKE_SOURCE_DIR}/include
fromtarget_include_directories
#include "CLI/CLI.hpp"
with#include "../include/CLI/CLI.hpp"
This makes assumptions about the source tree hierarchy, so I’m afraid it’s not a perfect solution.
Originally posted by @samhocevar in #1011 (comment)
The text was updated successfully, but these errors were encountered: