Build
Please click on the generator you used.
Visual Studioβ
In your build folder, open the sln file with Visual Studio or click
Open Project
in 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.