library/vcl/ - It contains the 3D graphics library. src/main.cpp - The one C++ file containing our source code, which will be deployed afterwards into an standalone executable. For this short tutorial ...
CMake is an open-source, cross-platform family of tools maintained and supported by Kitware. Among its many features, it essentially provides Makefile Generators and Ninja Generators which compose ...