Files
cmake/Help/command
Martin Duffy ba6b6fbc24 Ninja: Add Build Dependencies for Tests
Add `test_prep/<test_name>` convenience targets to the ninja generator
to build dependencies of tests, and `test_prep/all` to build the dependencies
of all tests.

Build dependencies of a test include:
- Executables directly invoked by test `COMMAND`.
- Targets mentioned in generator expressionf os test `COMMAND`.
- Anything explicitly listed with the new `BUILD_DEPENDS` argument of `add_test`.

Issue: #27613
2026-05-26 15:16:19 -04:00
..
2025-10-02 10:46:02 -04:00
2025-03-14 15:17:27 -04:00
2026-04-27 17:15:11 -04:00
2026-02-04 17:32:54 +01:00
2026-04-03 09:36:04 -04:00
2026-04-22 19:04:12 -07:00