Where can I change what performing a "build" does
Answered
Hi, I was wondering how can I change what doing a build does.
I want to replace it with my custom command (e.g. use an external ditributed builder like incredibuild). By default I think it calls "cmake build" but I want to change it.
Please sign in to leave a comment.
Hello!
There is no way to do that. But it's possible to create custom build targets - https://www.jetbrains.com/help/clion/custom-build-targets.html, maybe you'll find that useful.