summaryrefslogtreecommitdiff
path: root/CMakeModules
AgeCommit message (Collapse)Author
2018-09-19Update MinGWCross.cmake to lowercasetech4me
2018-09-19travis: running mingw build on travis citech4me
This commit also fixed a broken cmake dependency with unicorn
2018-08-06Fix missing qjpeg DLLZach Hilman
2018-07-03Add qt windowsvistastyle dll to the buildJames Rowe
2018-06-23Revert "Use Ninja for MSVC AppVeyor builds" (#584)bunnei
2018-06-05Use Ninja for MSVC AppVeyor buildsMichaƂ Janiszewski
2018-01-13Fix build on macOS and linuxMerryMage
2018-01-12Massive removal of unused modulesJames Rowe
2018-01-04cmake: Add CopyYuzuUnicornDeps script.bunnei
2018-01-04DownloadExternals: Use yuzu repo.bunnei
2017-09-11Build: Enable SSL in mingw by linking against WinSSLJames Rowe
The mingw builds aren't submitting telemetry because the curl library they are linked against is configured to use openSSL and openSSL looks for the certificates in the users home folder. This keeps it from contacting web services because it can't communicate over SSL. This commit adds a download in mingw builds that will download a precompiled curl for mingw linked against winssl and sspi.
2016-12-13Modularized Qt and SDL file copyingfreiro
Now cmake relies on two submodules to copy the libraries in the proper folders
2016-12-11Modularization of copy_msvc_libraries cmake functfreiro
Created a new folder in Citra's root called CMakeModules that should contain cmake functions used by the various CMakeLists.txt.