diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-01-11 23:00:42 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-01-15 19:36:22 (GMT) |
commit | 1d47cd94f3748d287f676f3847d42f3674062dcd (patch) | |
tree | 7851471039a4b5e76ba876a423b250e2f4f77e45 /Tests/ExportImport/Export | |
parent | 6c828f9126453d27c45e1ca6113602fe9df8cbe2 (diff) | |
download | CMake-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.txt | 1 |
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 ) |