Summary This example shows a minimal configuration for a C++ project yielding an executable. Build Instructions mkdir build_example_1 cd build_example_1/ cmake ../example_1/ make Hint: there are more options to be considered for building stuff, see the other examples.