KDevelop with CMake project - how to manage debug and release builds?

5.9k Views Asked by At

Does KDevelop support switching between debug and release builds for CMake projects?

1

There are 1 best solutions below

0
On BEST ANSWER

Sure, click Open configuration and then + at the top of window. This would allow you to add another build directory and you will be able to switch between them.

enter image description here