summaryrefslogtreecommitdiffstats
path: root/Tests/ExportImport/Import
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-07-26 13:01:19 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-07-26 13:01:19 (GMT)
commitdda6e9366688332e592f5d269bf93f9732151d4d (patch)
tree70e4b6e14137d48631b25249d84a93b40c5fdd66 /Tests/ExportImport/Import
parentc82b1cbe83d8738815fb741432f03533c033a236 (diff)
parentd777b8e7167e0c1a3de4ebcf66fac5fc604f1dd9 (diff)
downloadCMake-dda6e9366688332e592f5d269bf93f9732151d4d.zip
CMake-dda6e9366688332e592f5d269bf93f9732151d4d.tar.gz
CMake-dda6e9366688332e592f5d269bf93f9732151d4d.tar.bz2
Merge topic 'install-interface-relative'
d777b8e Genex: Allow relative paths in INSTALL_INTERFACE.
Diffstat (limited to 'Tests/ExportImport/Import')
-rw-r--r--Tests/ExportImport/Import/A/deps_iface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/ExportImport/Import/A/deps_iface.c b/Tests/ExportImport/Import/A/deps_iface.c
index d9dc331..48a4c44 100644
--- a/Tests/ExportImport/Import/A/deps_iface.c
+++ b/Tests/ExportImport/Import/A/deps_iface.c
@@ -2,6 +2,7 @@
#include "testLibIncludeRequired1.h"
#include "testLibIncludeRequired2.h"
#include "testLibIncludeRequired6.h"
+#include "testLibIncludeRequired7.h"
#include "installIncludesTest.h"
#include "installIncludesTest2.h"