| Age | Commit message (Collapse) | Author |
|
Signed-off-by: Antonin Décimo <antonin.decimo@gmail.com>
|
|
https://cmake.org/cmake/help/latest/policy/CMP0054.html
|
|
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.
|
|
|
|
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.
|