summaryrefslogtreecommitdiffstats
path: root/src/cmake-conf.mk
Commit message (Collapse)AuthorAgeFilesLines
* Makefile and cmake-conf: set CMAKE_SYSTEM_PROCESSORTony Theodore2018-03-201-0/+1
|
* cmake-conf: ensure conf is also built with the intuitive `cmake`Tony Theodore2018-03-111-0/+3
| | | | fixes #2026
* cmake-conf pkgconf: fixups for dep orderingTony Theodore2017-12-221-1/+2
|
* native pkgs: use explicit cross-target deps and remove empty rulesTony Theodore2017-12-221-0/+1
|
* cmake: add prefixed cpack and CPACK_NSIS_EXECUTABLETony Theodore2017-08-151-0/+2
| | | | see #1502
* cmake: improve configuration with templatesTony Theodore2017-03-121-0/+57
- 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)