Page 1 of 1
How to rename global build folder
Posted: Wed Jul 22, 2020 4:55 pm
by Noor
I know I can change build folder location one by one in project setting, but how to set global location for build folder?
Re: How to rename global build folder
Posted: Sun Jul 26, 2020 8:47 am
by eranif
You should use the build system "CodeLite Make Generator"
Right click on the project -> General page -> Makefile Generator -> CodeLite Make Generator
Change it for all the projects you got.
When you create new projects, make sure you choose this Makefile generator.
This build tool will place all the output artifacts in a single location: workspace path/build-Debug
Release/...