I am in the process of using CMake to automate a build process on Windows. The first step of the build process involves using IBM Rhapsody to generate the code to be built.
I have found that Rhapsody can be run headless (i.e. from command line) with RhapsodyCL.exe. Before proceeding with CMake I had the following questions:
I found an answer to my question at the following site: