mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
23fe4b861f
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
8 lines
195 B
CMake
8 lines
195 B
CMake
check_files("${RunCMake_TEST_BINARY_DIR}"
|
|
INCLUDE
|
|
${TARGET_FILE_LeafExe_Release}
|
|
${TARGET_BYPRODUCTS_LeafExe}
|
|
${TARGET_BYPRODUCTS_RootCustom}
|
|
${TARGET_FILE_RootExe_Release}
|
|
)
|