3 lines
126 B
Bash
Executable File
3 lines
126 B
Bash
Executable File
#!/bin/bash
|
|
cmake -S . -B build-linux -DDUSK_BUILD_TESTS=ON -DDUSK_TARGET_SYSTEM=linux
|
|
cmake --build build-linux -- -j$(nproc) |