/CMake-TCLAP-Template

Infrastructure for small course projects using CMake and TCLAP.

Primary LanguageC++MIT LicenseMIT

CMake-TCLAP-Template

Infrastructure for small course projects using CMake and TCLAP.

Overview

  • CMakeLists.txt for a user-defined library

  • VS Code configuration for Mingw-w64 compiler in Windows

  • TCLAP included

Description

File directory structure

  .
  ├─.vscode
  ├─include
  │  └─tclap
  └─library

Content

  • ./include/* : head files.
  • ./include/tclap: the TCLAP library implemented entirely in headers
  • ./library: a user-defined library.