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

Get rid of relative include paths #7255

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

digitalcarp
Copy link

  • Use target_include_directories to specify include paths
  • Specify project root (parent of rtgui and rtengine) as base include path
  • Replace relative includes with normal includes

One refactoring step of #4299 that should reduce the need for #include "../../../rtengine/header.h"

* Use target_include_directories to specify include paths
* Specify project root (parent of rtgui and rtengine) as include path
* Replace relative includes with normal includes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant