diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-10-08 09:20:17 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-10-08 09:20:17 +0900 |
commit | 26b982ef204f01d7ed60688e523d55757b4d8574 (patch) | |
tree | b41b4efffccdeb5279839e157cbc75276e23757e /Tests/RunCMake/NinjaMultiConfig/CustomCommandsAndTargets-release-leaf-custom-ninja-check.cmake | |
parent | ef5fd1a2282098bbb9224cc8ca30f0cc5d712545 (diff) | |
download | cmake-26b982ef204f01d7ed60688e523d55757b4d8574.tar.gz cmake-26b982ef204f01d7ed60688e523d55757b4d8574.tar.bz2 cmake-26b982ef204f01d7ed60688e523d55757b4d8574.zip |
Imported Upstream version 3.18.3upstream/3.18.3
Diffstat (limited to 'Tests/RunCMake/NinjaMultiConfig/CustomCommandsAndTargets-release-leaf-custom-ninja-check.cmake')
-rw-r--r-- | Tests/RunCMake/NinjaMultiConfig/CustomCommandsAndTargets-release-leaf-custom-ninja-check.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/RunCMake/NinjaMultiConfig/CustomCommandsAndTargets-release-leaf-custom-ninja-check.cmake b/Tests/RunCMake/NinjaMultiConfig/CustomCommandsAndTargets-release-leaf-custom-ninja-check.cmake new file mode 100644 index 000000000..b142ed267 --- /dev/null +++ b/Tests/RunCMake/NinjaMultiConfig/CustomCommandsAndTargets-release-leaf-custom-ninja-check.cmake @@ -0,0 +1,6 @@ +check_files("${RunCMake_TEST_BINARY_DIR}" + INCLUDE + ${TARGET_BYPRODUCTS_LeafCustom} + ${TARGET_BYPRODUCTS_RootCustom} + ${TARGET_FILE_RootExe_Release} + ) |