mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-04 15:14:39 +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