Page 1 of 1
"Exclude from build" does not work when using "Run / F5"
Posted: Fri Apr 25, 2014 8:11 am
by craftyguy
When the option "exclude from build" is selected (e.g. for c++ template classes) and I hit F5 to build/run, the build fails since it tries to compile the templates.
Re: "Exclude from build" does not work when using "Run / F5"
Posted: Fri Apr 25, 2014 9:39 am
by eranif
Can you please provide an example?
"C++ template files" are headers... they are never compiled (not related to codelite)
If you get an error in a template file, then it means it is included somewhere in your .cpp file
Eran