Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add CMake module FindFriBiDi.cmake | Boris Nagaev | 2015-10-19 | 1 | -0/+15 |
| | | | | | | Now the following CMake code finds FriBiDi: find_package(FriBiDi) | ||||
* | cmake test: use policy CMP0020 only if available | Boris Nagaev | 2015-10-16 | 1 | -1/+3 |
| | | | | | | | | | Policy CMP0020 was introduced in cmake 2.8.11. Debian CMake version 2.8.9 is sufficient for building Qt. See https://github.com/LuaAndC/mxe/commit/6133f6ec74aee1b5fa531782e585710 close #909 | ||||
* | cmake test: decrease min version 2.8.11 -> 2.8.9 | Boris Nagaev | 2015-10-16 | 1 | -3/+2 |
| | | | | | | | Debian Wheezy has CMake version 2.8.9 and it is sufficient for building Qt (version 2.8.11 was chosen as it is recommended by Qt docs). see #909 | ||||
* | test/CMakeLists.txt: fix LANGUAGES keyword for 2.8 series | Tony Theodore | 2015-10-06 | 1 | -1/+1 |
| | |||||
* | cmake modules: use less warning-like status messages | Tony Theodore | 2015-10-04 | 9 | -9/+9 |
| | |||||
* | boost pthreads sdl: tidy up cmake tests | Tony Theodore | 2015-10-04 | 1 | -0/+18 |
| | | | | closes #887 | ||||
* | cmake modules: status message about using custom mxe file | Tony Theodore | 2015-10-03 | 9 | -0/+18 |
| | |||||
* | move cmake modules to src/cmake/modules | Tony Theodore | 2015-10-03 | 12 | -0/+0 |
| | |||||
* | FindTIFF.cmake: fix variable names | Tony Theodore | 2015-09-08 | 1 | -3/+3 |
| | |||||
* | Add CMake script for finding TIFF | Timothy Gu | 2015-06-19 | 1 | -0/+13 |
| | | | | Fixes #721. | ||||
* | directly include necessary .cmake files | Mark Brand | 2015-02-04 | 4 | -0/+934 |
| | | | | | | | | | | | | | | | These are needed by cmake projects using openssl. Originally these files were installed by openssl, but it makes more sense just to include them in MXE's repo. The files come from cmake version 3.0.2. FindOpenSSL.cmake includes a compatibility fix for openssl 1.0.2 taken from https://github.com/Homebrew/homebrew/pull/36361/files. Reverts: 01af85c openssl: really fix the cmake problem 4259259 openssl: supply updated FindOpenSSL.cmake | ||||
* | CMake files: Add license boilerplate | Timothy Gu | 2014-10-11 | 7 | -0/+21 |
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | sdl_sound: provide cmake find-script and test | Martin Müllenhaupt | 2014-10-09 | 1 | -0/+12 |
| | |||||
* | more CMake FindSDL.. replacements | Martin Müllenhaupt | 2014-10-09 | 4 | -2/+39 |
| | |||||
* | package sdl_image: Fix #367 | Martin Müllenhaupt | 2014-10-09 | 3 | -1/+26 |
| | |||||
* | package oce: fix static compilation #514 | Martin Müllenhaupt | 2014-10-08 | 1 | -0/+5 |