Skip to content

kfsone/tclaptest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCLap wrapping test

Project to explore wrapping TCLAP with non-exiting error reporting.

Build

First time configuration

cmake -S . -B Build

This will:

  • use the default toolchain generator (absent: -G soandso)
  • source from the current directory (-S .)
  • generate a build directory ./Build (-B Build)

Compile/Link

cmake --build Build

Run

Visual Studio/MSBuild

./Build/Debug/tct.exe

Most other systems

./Build/tct.exe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors