summaryrefslogtreecommitdiff
path: root/test cases/cmake/1 basic
AgeCommit message (Collapse)Author
2024-10-11test: avoid need for explict CMake minimumscivision
This mitigates maintenance burden as CMake minimum version isn't relevant for these tests. CMake >= 3.31 warns if CMake minimum version is less than 3.10. ref: https://gitlab.kitware.com/cmake/cmake/-/merge_requests/9875
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-10-13include_type: Add CMake subporject dependency method (fixes #6879)Daniel Mensinger
2020-06-13cmake: fix definitions with interface libraries (fixes #7299)Daniel Mensinger
2020-02-19modules/cmake: Add a found() method to the cmake subprojectDylan Baker
Just like the native meson subproject has.
2020-02-04cmake: Sanitize CMake names (fixes #6554)Daniel Mensinger
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D
2019-06-12cmake: Fix missing include_directories in some CMakeLists.txtDaniel Mensinger
2019-06-06cmake: Updated test casesDaniel Mensinger
2019-06-06cmake: Fixed test cases for windowsDaniel Mensinger
2019-06-06cmake: Added project testsDaniel Mensinger
2019-06-06cmake: Server handshakeDaniel Mensinger