Configuring a build of a platform or an application solution in Windows

In Windows, you can configure how your platform or application solution is built using Visual Studio.

To configure a build of a platform or an application solution in Windows:

  1. In Windows, start Visual Studio.
  2. On the File tab, select OpenCMake.
  3. In the window that opens, select the root CMakeLists.txt file.

    In case of an application solution build, select the CMakeLists.txt file of the application solution. In case of a platform build, select the CMakeLists.txt file located in the root directory with the platform source code.

  4. On the Project tab, select Configure cache.

    CMake will begin working on the build configuration.

After CMake finishes its configuration work, start the build.

Page top