aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules/cmake.py
AgeCommit message (Expand)AuthorFilesLines
2020-02-19modules/cmake: Add a found() method to the cmake subprojectDylan Baker1-0/+8
2020-02-19modules/cmake: Use the noPosargs helperDylan Baker1-3/+2
2019-11-06Fix typos found by codespellWolfgang Stöggl1-1/+1
2019-10-01cmake: subproject() supports the 'required' kwargXavier Claessens1-1/+1
2019-09-26cmake: define set_and_check in CMake package config (fixes #5889)Daniel Mensinger1-0/+12
2019-07-13cmake: Handle disabling subprojectsThibault Saunier1-1/+4
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson1-1/+1
2019-06-06cmake: moved subprojects into the CMake moduleDaniel Mensinger1-2/+68
2019-05-20Remove compilers from ModuleState objectJon Turney1-2/+3
2019-04-28cmake: Use CMAKE_ROOT instead of _INCLUDE_FILE (closes #5218)Daniel Mensinger1-10/+2
2019-04-25Don't use len() to test for container emptinessDylan Baker1-1/+1
2019-01-17add support for generating cmake filesDavid Fort1-0/+221