Q: I have a project with a directory structure. (part of a halfhearted attempt to be organized)
To get the project to build I have to manually setup the include path under build settings -> Compiler -> Include Paths.
Is there anyway to handle this automagically? For instance getting the makefile generator to create the path from the files in the workspace?
Thanks.
Question about Include Paths
-
- CodeLite Expert
- Posts: 167
- Joined: Fri Jul 22, 2011 5:32 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Question about Include Paths
No. You need to set it manually
Eran
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Expert
- Posts: 167
- Joined: Fri Jul 22, 2011 5:32 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Question about Include Paths
Thank you, that potentially saves me from wasting time.
Does seem like a feature that could be useful. Add Collated the paths to all the header files to makefile.
Does seem like a feature that could be useful. Add Collated the paths to all the header files to makefile.