Skip to content

How to build only your project

ivmartel edited this page Jul 5, 2011 · 4 revisions

We suppose that you have already configured and built the third party libraries. If not, see How to build third party libraries.

  • Check that in the Select Projects Tab only the Projects you want to compile are selected,
  • Press Create CMake and run CMake from the Action Buttons: this will create build configuration files for your project (creates the CMake files and calls configure and generate in CMake),
  • (optional, only for windows) Press Launch IDE from the Action Buttons: this will open Visual Studio and load the created solution,
  • Compile your project using the selected compiler in the Options Tab.


Back to the User Guide.

Clone this wiki locally