Run python script before build
已回答
Is there way to run python script before build project or run CMake every time on building?
请先登录再写评论。
The preferred way is to do it via creating CMake custom command and adding a dependency on it via CMake. As a bonus, it will work with any build, not just from CLion.