mirror of
https://github.com/p-ranav/argparse
synced 2026-06-08 16:35:45 +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
|