Skip to content
ivmartel edited this page Jul 5, 2011 · 5 revisions

Here is the list of available actions:

  • Create CMake and run CMake: creates the build configuration files for your project (creates the CMake files and calls configure and generate in CMake), see How to build only your project,
  • Configure Third Party Folder: creates the build configuration files for the thirdparties in the Third Party Root Folder (creates the CMake files and calls configure and generate in CMake), see How to build third party libraries,
  • Install Files to Build Folder: install built files in the main build folder (for example third parties),
  • Configure ALL (see How to build all):
  • creates build configuration files for your thirdparties,
  • builds the third parties,
  • creates build configuration files for your project,
  • installs files to the binary folder,
  • builds your project.
  • Launch IDE: opens Microsoft Visual Studio and load the created solution.

Back to the User Guide.

Clone this wiki locally