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:
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.
CMake will begin working on the build configuration.
After CMake finishes its configuration work, start the build.
Page top