Jiri Zaloudek
Jiri Zaloudek

Reputation: 71

CMake how to run script AFTER *.pbxproj is generated?

I made a shell script which I need to run always when CMake finish configuration and its after generation phase (so when pbxproj is generated).

So far I tried add_custom_command() which does not do anything, or at least does not show it into xcode console what it has started. I also tried execute_process() which always tries to run JUST before CMake finishes generation of the pbxproj archive.

What options do I have to automate the process and not needing to run this shell script always manualy?

Upvotes: 0

Views: 15

Answers (0)

Related Questions