Call GenerateVS2015.bat (Windows) or GenerateMake.sh (Linux, Mac), or define other targets by specifying custom CMake generators.
A new folder “build” is created and contains projects for the IDE/build target you selected.
- Windows:
- Build the VS Solution in the build folder
- Select the project you want to run as “Start Up Project”
- Run/debug this project
- Linux/Mac:
- navigate to the “build”-folder
- Call “make” to build the projects
- Run/debug a project