Run python script before build

Answered

Is there way to run python script before build project or run CMake every time on building?

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

0

Please sign in to leave a comment.