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 ...
A visual, lossless editor for CMakeLists.txt and *.cmake inside VS Code. Open your CMake file in a GUI and edit common parts (version, project meta, target dependencies) without fighting syntax.
When looking through a large list of projects, one thing becomes apparent: a description of the build process always is stored in a group of files. These files can be simple shell scripts, Makefiles, ...