mirror of
https://github.com/Vita3K/Vita3K-Android.git
synced 2024-11-26 23:10:39 +00: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
|