mirror of
https://github.com/JoeyDeVries/LearnOpenGL.git
synced 2026-01-01 20:27:54 +08:00
5 lines
117 B
Bash
5 lines
117 B
Bash
mkdir -p out
|
|
cd out
|
|
|
|
cmake -G"Visual Studio 16 2019" ${COMMON_CMAKE_CONFIG_PARAMS} ../
|
|
cmake --build . --config Debug |