summaryrefslogtreecommitdiffstats
path: root/src/cmake-conf.mk
Commit message (Collapse)AuthorAgeFilesLines
* 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)