Skip to content
New issue

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

Absolute paths in APP_INCLUDES are prepended with application directory #124

Open
danielpieczko opened this issue Jan 26, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@danielpieczko
Copy link
Collaborator

XCommon CMake prepends all the specified source files and include directories with the cmake list directory. If you specify the full absolute path, eg. for an include directory outside the application directory, there will be an error because this absolute path will be prepended with the absolute path to the application directory as well. Maybe it would be possible to check if each item in the source and include lists was an absolute path, and only prepend the cmake list directory onto the relative paths.

@danielpieczko danielpieczko added the enhancement New feature or request label Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant