Run python script before build
Answered
Is there way to run python script before build project or run CMake every time on building?
Please sign in to leave a comment.
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.