summaryrefslogtreecommitdiff
path: root/test cases/cmake/2 advanced/subprojects
AgeCommit message (Collapse)Author
2025-12-10cmake: Fix version kwarg being added to static_library targetsRobotLeopard86
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
2024-07-15tests: Extend cmake test with -Wl,--version-scriptJonathon Anderson
This tests that CMake link flags marked as PRIVATE are not propagated through the generated Meson dependency. -Wl,--version-script is used as the "poison" here, the build ultimately fails if it appears in the shared_library() link command.
2022-08-10cmake: Add rule relaxations for CMake subprojectsDaniel Mensinger
fixes #10566
2020-12-29cmake: fix -framework dependencies (fixes #8045)Daniel Mensinger
2020-10-13cmake: Add cross testsDaniel Mensinger
2020-06-02cmake: always split property lists (fixes #7228)Daniel Mensinger
2019-12-29cmake: Use trace for missing link flags (fixes #6386)Daniel Mensinger
This is neccessary for static libraries, since the CMake file API does not add link flags here.
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D
2019-10-03cmake: Add test case for #5992Daniel Mensinger
2019-06-12cmake: Fix missing include_directories in some CMakeLists.txtDaniel Mensinger
2019-06-06cmake: Fixed test cases for windowsDaniel Mensinger
2019-06-06cmake: Added test for configure_fileDaniel Mensinger
2019-06-06cmake: Added project testsDaniel Mensinger
2019-06-06cmake: extract the codemodelDaniel Mensinger