mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-01 15:08:57 +02:00
CMake: Add option to download Qt and GLFW binaries over HTTP
This commit is contained in:
parent
4bb03a1f0b
commit
e351e56465
3 changed files with 45 additions and 46 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue