summaryrefslogtreecommitdiff
path: root/infrastructure/cmake
Commit message (Collapse)AuthorAge
* Find ZLib library and link to it.Chris Wilson2015-12-09
|
* Ask AppVeyor to build Zlib from source using CMake.Chris Wilson2015-12-09
| | | | Significantly improved CMake config, successfully builds some modules.
* Fix most of the issues with the CMake-generated Visual Studio project files.Chris Wilson2015-12-08
| | | | Now just down to an import error.
* Start generating MSVC project files using CMake.Chris Wilson2015-12-06
| | | | | | | Update getversion.pl to work when run from CMake. Update modules.txt to give our CMake configuration the necessary dependency information.
* Fix version generation from pure-Git checkouts.Chris Wilson2015-12-06
Fix calls to Uname on platforms that don't have it, such as MSVC.