Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 768 Bytes

File metadata and controls

7 lines (4 loc) · 768 Bytes

CMake Tutorial Solutions

This folder contains my worked-through (ie., working) solutions based on the code for the CMake tutorial (Version 3.27.1).

It can be used in conjunction with the container built in the project ../gcc_cmake_tutorial and described in the article Running the CMake Tutorial in a VS Code Dev Container.

There is a (Gnu Make) Makefile in the ./source directory. It features a clean all and named build steps as well as a default target to build all. It's fairly Linux / Mac specific, but it would probably work fine in Windows on a Unix shell as well.