summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/install/TARGETS-Defaults-all-check.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-04-12 14:20:09 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-04-12 14:20:20 (GMT)
commit4adc0b7c758ed98776bec63d21bb2037b0f28e2d (patch)
tree9bd43553c8d780641c16f5f285f90f8bf9c5130c /Tests/RunCMake/install/TARGETS-Defaults-all-check.cmake
parentdb6fdfdb053a372382ff8eadad9bfa47c1a3b4bc (diff)
parenta40f9083dd17d1cccf89ccdf290c3f494cab3aac (diff)
downloadCMake-4adc0b7c758ed98776bec63d21bb2037b0f28e2d.zip
CMake-4adc0b7c758ed98776bec63d21bb2037b0f28e2d.tar.gz
CMake-4adc0b7c758ed98776bec63d21bb2037b0f28e2d.tar.bz2
Merge topic 'iface-headers'
a40f9083dd INTERFACE Target: allow (PUBLIC/PRIVATE)_HEADER properties Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3181
Diffstat (limited to 'Tests/RunCMake/install/TARGETS-Defaults-all-check.cmake')
-rw-r--r--Tests/RunCMake/install/TARGETS-Defaults-all-check.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/RunCMake/install/TARGETS-Defaults-all-check.cmake b/Tests/RunCMake/install/TARGETS-Defaults-all-check.cmake
index c41cb2a..15335b2 100644
--- a/Tests/RunCMake/install/TARGETS-Defaults-all-check.cmake
+++ b/Tests/RunCMake/install/TARGETS-Defaults-all-check.cmake
@@ -4,6 +4,8 @@ if(WIN32)
[[bin/exe\.exe]]
[[bin/(lib)?lib1\.dll]]
[[include]]
+ [[include/obj1\.h]]
+ [[include/obj2\.h]]
[[include/obj4\.h]]
[[include/obj5\.h]]
[[lib]]
@@ -20,6 +22,8 @@ elseif(CYGWIN)
[[bin/cyglib1\.dll]]
[[bin/exe\.exe]]
[[include]]
+ [[include/obj1\.h]]
+ [[include/obj2\.h]]
[[include/obj4\.h]]
[[include/obj5\.h]]
[[lib]]
@@ -35,6 +39,8 @@ else()
[[bin]]
[[bin/exe]]
[[include]]
+ [[include/obj1\.h]]
+ [[include/obj2\.h]]
[[include/obj4\.h]]
[[include/obj5\.h]]
[[lib]]