diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2020-09-17 17:49:52 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2020-09-17 19:46:57 (GMT) |
commit | 23fe4b861f5cd2c513981b04bee7c36b467ac100 (patch) | |
tree | 6cfffca130f12e87ea14d2c4539d65585512790c /Tests/RunCMake/NinjaMultiConfig/CustomCommandsAndTargets-release-leaf-byproduct-ninja-check.cmake | |
parent | 314039ba45ad4f7779e2c4df46dab3fac3703194 (diff) | |
download | CMake-23fe4b861f5cd2c513981b04bee7c36b467ac100.zip CMake-23fe4b861f5cd2c513981b04bee7c36b467ac100.tar.gz CMake-23fe4b861f5cd2c513981b04bee7c36b467ac100.tar.bz2 |
Ninja Multi-Config: Fix dependencies of custom commands
a9fd3a10 addressed the scenario where the depending target is a
utility target, but not the scenario where the dependent target is
a utility target. Account for this scenario.
Also add a Qt-specific test case.
Fixes: #21118
Diffstat (limited to 'Tests/RunCMake/NinjaMultiConfig/CustomCommandsAndTargets-release-leaf-byproduct-ninja-check.cmake')
-rw-r--r-- | Tests/RunCMake/NinjaMultiConfig/CustomCommandsAndTargets-release-leaf-byproduct-ninja-check.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/RunCMake/NinjaMultiConfig/CustomCommandsAndTargets-release-leaf-byproduct-ninja-check.cmake b/Tests/RunCMake/NinjaMultiConfig/CustomCommandsAndTargets-release-leaf-byproduct-ninja-check.cmake new file mode 100644 index 0000000..b2d67b4 --- /dev/null +++ b/Tests/RunCMake/NinjaMultiConfig/CustomCommandsAndTargets-release-leaf-byproduct-ninja-check.cmake @@ -0,0 +1,5 @@ +check_files("${RunCMake_TEST_BINARY_DIR}" + INCLUDE + ${TARGET_BYPRODUCTS_LeafExe} + ${TARGET_BYPRODUCTS_RootCustom} + ) |