mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-13 14:48:32 +09:00
4 lines
84 B
Bash
4 lines
84 B
Bash
cmake -S . -B build && \
|
|
cmake --build build -j${nproc} && \
|
|
ctest --test-dir build
|