Infrastructure for small course projects using CMake and TCLAP.
-
CMakeLists.txt
for a user-defined library -
VS Code configuration for Mingw-w64 compiler in Windows
-
TCLAP included
.
├─.vscode
├─include
│ └─tclap
└─library
./include/*
: head files../include/tclap
: the TCLAP library implemented entirely in headers./library
: a user-defined library.