mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
6 lines
97 B
Bash
Executable File
6 lines
97 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -ex
|
|
|
|
# Generate project files for Ninja
|
|
cmake --preset linux-ninja-clang
|