Build
Please click on the generator you used.
Visual Studio
-
In your build folder, open the sln file with Visual Studio or click
Open Projectin the CMake GUI. -
Open the Solution Explorer, right click on your project and click
Build.
Makefile
Open the command line or terminal, for example, CMD or Shell. Use cd to go to your build folder/directory and use the make command.
cd build
make
Other
If other, go to your favorite search engine and look up How to compile using X and replace X with whatever generator you chose.