mirror of
https://github.com/ttroy50/cmake-examples.git
synced 2025-12-18 20:24:35 +03:00
3 lines
75 B
Bash
Executable File
3 lines
75 B
Bash
Executable File
mkdir -p build.ninja && cd build.ninja && \
|
|
cmake .. -G Ninja && ninja
|