Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ cli template

Features

  • CMake setup
  • Separated dirs for libraries(include/) and cli(cli/) source files
  • p-ranav/argpare is used for cli parser
  • Out-of-the-box support for OpenMP and Eigen
  • Support header only libraries

How to use

In the project root directory, run the following commands:

cmake -S . -B build
cmake --build build

These commands create build directory in which executables are placed.

About

C++ cli project template with self-made-libraries

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages