commit | 5ce1ca607f8c99a81b7155940ff3ce7afa13140b | [log] [tgz] |
---|---|---|
author | Brad King <brad.king@kitware.com> | Tue Dec 10 10:09:14 2024 -0500 |
committer | Brad King <brad.king@kitware.com> | Tue Dec 10 11:46:31 2024 -0500 |
tree | 3c22e8893544f0866978bc21defce951708e11ca | |
parent | 5d0f2aba7e231efefa28f54f9c1a5e36b4f374ea [diff] |
Ninja: Add missing top-level codegen dependencies on per-directory codegen In commit 197cb419d1 (add_custom_command: Add CODEGEN support, 2024-05-27, v3.31.0-rc1~394^2) we accidentally left out the global `codegen` target's dependencies on the per-directory `codegen` targets. Add them for parity with the `all` target. Fixes: #26517