mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-01-06 21:11:59 +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
|