C++ CMake Demo

demonstrate builds with CMake

1.0 Contents

Basic demos for C++ Tooling using CMake, a command line utility that uses script files to build C and C++ libraries and executables, in a manner similar to Unix make.
  • CMakeDemo
    How to use CMake with hierarchal and non-hierarchal configurations.
You can use Visual Studio Code to edit C++ sources and then build in a terminal window using CMake. Here's a brief tutorial.

2.0 Build

This C++ code was built with Visual Studio Community Edition - 2022 and tested on Windows 11.