Question about Include Paths

General questions regarding the usage of CodeLite
Gibbon1
CodeLite Expert
Posts: 167
Joined: Fri Jul 22, 2011 5:32 am
Genuine User: Yes
IDE Question: C++
Contact:

Question about Include Paths

Post by Gibbon1 »

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.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Question about Include Paths

Post by eranif »

No. You need to set it manually

Eran
Make sure you have read the HOW TO POST thread
Gibbon1
CodeLite Expert
Posts: 167
Joined: Fri Jul 22, 2011 5:32 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Question about Include Paths

Post by Gibbon1 »

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.
Post Reply