Skip to content

grwei/CMake-TCLAP-Template

Repository files navigation

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.

About

Infrastructure for small course projects using CMake and TCLAP.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published