summaryrefslogtreecommitdiffstats
path: root/Tests/ExportImport/Import
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-11-26 09:39:23 (GMT)
committerStephen Kelly <steveire@gmail.com>2013-11-26 12:01:50 (GMT)
commitf088a3245001350f9c429e27bd12a3394742b0b8 (patch)
treee2c5b7c3fad8196d6fc537d1292b6aa676a160ca /Tests/ExportImport/Import
parent9eedc850eb1419d678bda8137610dba1c289bb6a (diff)
downloadCMake-f088a3245001350f9c429e27bd12a3394742b0b8.zip
CMake-f088a3245001350f9c429e27bd12a3394742b0b8.tar.gz
CMake-f088a3245001350f9c429e27bd12a3394742b0b8.tar.bz2
Export: Process INSTALL_INTERFACE in INCLUDES DESTINATION.
Code such as install(TARGETS ... INCLUDES DESTINATION $<INSTALL_INTERFACE:include> ) should behave as if the INSTALL_INTERFACE wrapper were not present.
Diffstat (limited to 'Tests/ExportImport/Import')
-rw-r--r--Tests/ExportImport/Import/A/deps_iface.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/ExportImport/Import/A/deps_iface.c b/Tests/ExportImport/Import/A/deps_iface.c
index bd9f75a..0dc8be2 100644
--- a/Tests/ExportImport/Import/A/deps_iface.c
+++ b/Tests/ExportImport/Import/A/deps_iface.c
@@ -8,6 +8,9 @@
#include "installIncludesTest2.h"
#include "installIncludesTest3.h"
#include "installIncludesTest4.h"
+#include "installIncludesTest5.h"
+#include "installIncludesTest6.h"
+#include "installIncludesTest7.h"
#ifndef testLibRequired_IFACE_DEFINE
#error Expected testLibRequired_IFACE_DEFINE