Search code examples
c++cmakekdevelopkdevelop4

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


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


Solution

  • 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