Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Image Removed

IncrediBuild doesn't yet support the new CMake feature in Visual Studio 2017, so below is a general command line workaround that will let you take advantage of the new feature.

For the sake of this demonstration, you can use a CMake sample project, which is located here:
https://www.codeproject.com/Articles/1181455/A-CMake-tutorial-for-Visual-Cplusplus-developers

What is applicable to this sample project will also be applicable to your CMake files and solutions

Generation:

...

  • Save the XML profile as "profile.xml" and include the following in the file:
    Image Removed

...

  • "ibconsole /command="generation_command.bat" /profile="profile.xml" /openmonitor"
  • You can create a batch file command ib_command.bat so you don't need to manually type in the command again.

...

Building the solution:

...

Image Added