about
12/06/2022
CppMakeDemo Repo
CMakeDemo code

CppMakeDemo  Repository

CMake builds on Windows, Linux, and MacOS

Quick Status Code functions correctly no known defects Demonstration code yes Documentation yes Test cases none planned Static library none planned Build requires C++17 option Planned design changes None

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.
  Next Prev Pages Sections About Keys