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.

0
1 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.

0

Please sign in to leave a comment.