summaryrefslogtreecommitdiffstats
path: root/Tests/ExportImport/Export
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-01-11 23:00:42 (GMT)
committerBrad King <brad.king@kitware.com>2013-01-15 19:36:22 (GMT)
commit1d47cd94f3748d287f676f3847d42f3674062dcd (patch)
tree7851471039a4b5e76ba876a423b250e2f4f77e45 /Tests/ExportImport/Export
parent6c828f9126453d27c45e1ca6113602fe9df8cbe2 (diff)
downloadCMake-1d47cd94f3748d287f676f3847d42f3674062dcd.zip
CMake-1d47cd94f3748d287f676f3847d42f3674062dcd.tar.gz
CMake-1d47cd94f3748d287f676f3847d42f3674062dcd.tar.bz2
Add a test for the interfaces in targets exported from the build tree.
Diffstat (limited to 'Tests/ExportImport/Export')
-rw-r--r--Tests/ExportImport/Export/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/ExportImport/Export/CMakeLists.txt b/Tests/ExportImport/Export/CMakeLists.txt
index 779d889..4f6ccd6 100644
--- a/Tests/ExportImport/Export/CMakeLists.txt
+++ b/Tests/ExportImport/Export/CMakeLists.txt
@@ -250,6 +250,7 @@ endif()
# Export from build tree.
export(TARGETS testExe1 testLib1 testLib2 testLib3
testExe2libImp testLib3Imp testLib3ImpDep
+ testSharedLibRequired testSharedLibDepends
NAMESPACE bld_
FILE ExportBuildTree.cmake
)