Where can I change what performing a "build" does
已回答
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.
请先登录再写评论。
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.