summaryrefslogtreecommitdiffstats
path: root/Tests/ComplexRelativePaths
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2003-01-20 21:59:02 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2003-01-20 21:59:02 (GMT)
commitc4fa5d1fdf8a8bdc03872f148b29432e8f55ae9a (patch)
treead9ce56528b85193ae6f75a51b1418498e0c59b3 /Tests/ComplexRelativePaths
parentece369eaf3bb463a4a9675f1aed69199ce8b3832 (diff)
downloadCMake-c4fa5d1fdf8a8bdc03872f148b29432e8f55ae9a.zip
CMake-c4fa5d1fdf8a8bdc03872f148b29432e8f55ae9a.tar.gz
CMake-c4fa5d1fdf8a8bdc03872f148b29432e8f55ae9a.tar.bz2
ENH: add a new command that allows exports of library dependencies from a project to a file
Diffstat (limited to 'Tests/ComplexRelativePaths')
-rw-r--r--Tests/ComplexRelativePaths/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/ComplexRelativePaths/CMakeLists.txt b/Tests/ComplexRelativePaths/CMakeLists.txt
index a30d493..881f11a 100644
--- a/Tests/ComplexRelativePaths/CMakeLists.txt
+++ b/Tests/ComplexRelativePaths/CMakeLists.txt
@@ -236,3 +236,4 @@ ENDIF(NOT STRING_REGEX_PASSED)
#
SUBDIRS(Library Executable)
SUBDIR_DEPENDS(Executable Library)
+EXPORT_LIBRARY_DEPENDENCIES(${Complex_BINARY_DIR}/ComplexLibraryDepends.cmake)