mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-04 23:24:39 +00:00
5 lines
103 B
Bash
5 lines
103 B
Bash
#!/bin/sh
|
|
|
|
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DARGPARSE_BUILD_TESTS=ON
|
|
ninja -C build
|