summaryrefslogtreecommitdiffstats
path: root/src/cmake
Commit message (Collapse)AuthorAgeFilesLines
* fix typos found by misspell toolBoris Nagaev2017-09-248-12/+12
|
* cmake: add prefixed cpack and CPACK_NSIS_EXECUTABLETony Theodore2017-08-151-0/+1
| | | | see #1502
* vtk: update to version 8 and remove package vtk6Martin Müllenhaupt2017-07-241-0/+9
|
* support overriding CMAKE_BUILD_TYPE in cmdlineBoris Nagaev2017-03-152-1/+4
| | | | | | | | | The script checks if -DCMAKE_BUILD_TYPE is passed in command line and if it is not passed, passes -DCMAKE_BUILD_TYPE=Release. So now other build types are supported, just pass -DCMAKE_BUILD_TYPE=<desired-type> to the script $(TARGET)-cmake. Fix https://github.com/mxe/mxe/issues/1697
* cmake: improve configuration with templatesTony Theodore2017-03-122-0/+92
| | | | | | | | | - move cmake configuration from mxe-conf to cmake-conf - replace `echo` with templates for readability and maintenance - allow packages to set other dep files - set CMAKE_POLICY_DEFAULT_CMPNNNN in wrapper since `cmake_minimum_required` or `cmake_policy` can't be set in toolchain (closes #971)
* cmake: update and remove unnecessary modulesTony Theodore2017-03-124-936/+0
| | | | | FindOpenSSL module was needed before cmake was included in MXE: https://github.com/mxe/mxe/commit/6d9755682567968d5f7bdbd10bf436fbd157801a
* 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