mirror of
https://github.com/Vita3K/Vita3K.git
synced 2025-04-02 11:02:10 -04:00
5 lines
97 B
Bash
Executable file
5 lines
97 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -ex
|
|
|
|
# Generate project files for Ninja
|
|
cmake --preset linux-ninja-clang
|