CMake: Add option to download Qt and GLFW binaries over HTTP

This commit is contained in:
Yuri Kunde Schlesner 2015-08-28 16:57:08 -03:00
parent eb26a1941e
commit 078969bdd0
3 changed files with 45 additions and 46 deletions

View file

@ -18,7 +18,7 @@ install:
before_build:
- mkdir build
- cd build
- cmake -G "Visual Studio 12 Win64" ..
- cmake -G "Visual Studio 12 Win64" -DCITRA_USE_BUNDLED_GLFW=1 ..
- cd ..
after_build: