How to rename global build folder
-
- CodeLite Curious
- Posts: 4
- Joined: Wed Jul 22, 2020 3:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
How to rename global build folder
I know I can change build folder location one by one in project setting, but how to set global location for build folder?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: How to rename global build folder
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/...
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/...
Make sure you have read the HOW TO POST thread