2022-07-16 22:32:01 +02:00

7 lines
127 B
Bash
Executable File

#!/usr/bin/bash
export CMAKE_GENERATOR="Ninja"
cmake -B build
cmake --build build --config Release
sudo cmake --install build