mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-03 14:44:40 +00:00
202 B
202 B
Argparse Tests
Linux
$ mkdir build
$ cd build
$ cmake ../.
$ make
$ ./tests
Windows
$ mkdir build
$ cd build
$ cmake ../. -G "Visual Studio 15 2017"
$ make
$ ./tests