Skip to content

Simple and small template for C++ CLI app with boost::program_options

Notifications You must be signed in to change notification settings

htmlgod/cpp-cli-app-template

Repository files navigation

CPP-CLI-APP-TEMPLATE

Enter project info here

Init template

  1. Clone repo created from template

  2. Enter repo directory

  3. Run script:

./scripts/init_template.sh <APP_NAME>

Build

cmake -S . -B_build
cmake --build _build

Testing

cmake -S . -B_build -DBUILD_TESTS=ON
cmake --build _build
cd _build && ctest
# or 
cmake --build _build --target hello_test
./_build/hello_test

Usage

CPP-CLI-APP-TEMPLATE --help

About

Simple and small template for C++ CLI app with boost::program_options

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published