1 line
101 B
Bash
1 line
101 B
Bash
cmake -DCMAKE_BUILD_TYPE=Release -S . -B ./build -G Ninja && cd build && ninja && cd - && build/lali
|