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