summaryrefslogtreecommitdiff
path: root/mesonbuild/cmake/data/preload.cmake
AgeCommit message (Collapse)Author
2021-01-13Fix misspellsAntonin Décimo
Signed-off-by: Antonin Décimo <antonin.decimo@gmail.com>
2020-10-24cmake: set CMP0054 to new in preload.cmakeDaniel Mensinger
https://cmake.org/cmake/help/latest/policy/CMP0054.html
2020-10-24cmake: Disable the new (CMake 3.16) PCH supportDaniel Mensinger
Subprojects that use the CMake PCH feature will cause compilation/linker errors. The CMake PCH support should thus be disabled until this can be properly translated to meson.
2020-04-17cmake: Do not compile explicit header filesDaniel Mensinger
2020-02-20cmake: Fix relative paths for add_custom_{command,target}Daniel Mensinger
Do this by tracking CMAKE_CURRENT_{SOURCE,BINARY}_DIR variables. This is achieved by injecting CMake code with CMAKE_PROJECT_INCLUDE and overriding some builtin functions with a wrapper that adds additional trace information.