summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FileAPI/cxx/cross
Commit message (Collapse)AuthorAgeFilesLines
* Add genex support to TEST_LAUNCHER and CROSSCOMPILING_EMULATORBrad King2024-01-291-2/+2
| | | | | | | | Evaluate generator expressions in these properties, as they apply to `add_test`, `add_custom_command`, and `add_custom_target`. The `CMAKE_CROSSCOMPILING_EMULATOR` variable's `try_run` behavior occurs at configure time and so cannot support generator expressions.
* fileapi: Add test launcher to codemodel-v2Ralf Habacker2023-12-131-0/+4
| | | | | We do not need to bump the minor version because it was recently bumped by addition of the cross-compiling emulator as another kind of launcher.
* fileapi: Add cross-compiling emulator to codemodel-v2Ralf Habacker2023-12-011-0/+7
Fixes: #25408