summaryrefslogtreecommitdiffstats
path: root/src/cmake
Commit message (Collapse)AuthorAgeFilesLines
* Copyright headers: point to LICENSE.md and shortenBoris Nagaev2016-08-2710-20/+10
| | | | | | | | | | | | | | | | | | | The following script was applied: sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE') sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \ $(git grep -l 'part of MXE.*See index.html') before='This file is part of MXE. See index.html for further information.' after='This file is part of MXE. See LICENSE.md for licensing information.' sed "s/$before/$after/" -i $(git grep -l 'part of MXE') Then git grep 'index.html for further information' revealed two other files. One of them was patched manually (patch.mk). Makefile has text "See index.html for further information" unrelated to licensing. See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792
* FindFreetype.cmake: add INCLUDE_DIRTony Theodore2016-07-291-1/+3
|
* test/CMakeLists.txt: use default C and CXX languagesTony Theodore2015-12-011-2/+2
|
* cmake wrapper: use common TryRunResults.cmakeTony Theodore2015-12-011-0/+156
|
* add CMake module FindFriBiDi.cmakeBoris Nagaev2015-10-191-0/+15
| | | | | | Now the following CMake code finds FriBiDi: find_package(FriBiDi)
* cmake test: use policy CMP0020 only if availableBoris Nagaev2015-10-161-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.9Boris Nagaev2015-10-161-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 seriesTony Theodore2015-10-061-1/+1
|
* cmake modules: use less warning-like status messagesTony Theodore2015-10-049-9/+9
|
* boost pthreads sdl: tidy up cmake testsTony Theodore2015-10-041-0/+18
| | | | closes #887
* cmake modules: status message about using custom mxe fileTony Theodore2015-10-039-0/+18
|
* move cmake modules to src/cmake/modulesTony Theodore2015-10-0312-0/+0
|
* FindTIFF.cmake: fix variable namesTony Theodore2015-09-081-3/+3
|
* Add CMake script for finding TIFFTimothy Gu2015-06-191-0/+13
| | | | Fixes #721.
* directly include necessary .cmake filesMark Brand2015-02-044-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 boilerplateTimothy Gu2014-10-117-0/+21
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* sdl_sound: provide cmake find-script and testMartin Müllenhaupt2014-10-091-0/+12
|
* more CMake FindSDL.. replacementsMartin Müllenhaupt2014-10-094-2/+39
|
* package sdl_image: Fix #367Martin Müllenhaupt2014-10-093-1/+26
|
* package oce: fix static compilation #514Martin Müllenhaupt2014-10-081-0/+5