How to rename global build folder

General questions regarding the usage of CodeLite
Noor
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

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

Re: How to rename global build folder

Post 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/...
Make sure you have read the HOW TO POST thread
Post Reply