diff options
author | Amitha Perera <perera@cs.rpi.edu> | 2002-05-01 20:33:27 (GMT) |
---|---|---|
committer | Amitha Perera <perera@cs.rpi.edu> | 2002-05-01 20:33:27 (GMT) |
commit | 099436db26c0a46b3df4b5aaf51e8777e35bfe06 (patch) | |
tree | cdcbf890cd3e3cc61b9cb398d1a00ee1d53325be /Tests | |
parent | 36f80fe6c8f7593462c450789b01f4eb37792996 (diff) | |
download | CMake-099436db26c0a46b3df4b5aaf51e8777e35bfe06.zip CMake-099436db26c0a46b3df4b5aaf51e8777e35bfe06.tar.gz CMake-099436db26c0a46b3df4b5aaf51e8777e35bfe06.tar.bz2 |
ENH: Make the LinkLibraries command contribute dependencies towards AddLibraries.
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/Dependency/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Dependency/CMakeLists.txt b/Tests/Dependency/CMakeLists.txt index 508fe01..3f2bee8 100644 --- a/Tests/Dependency/CMakeLists.txt +++ b/Tests/Dependency/CMakeLists.txt @@ -28,7 +28,7 @@ SET( CMAKE_ANALYZE_LIB_DEPENDS "ON" ) # One: # Two: Three # Three: One Four -# Four: One Two A +# Four: One Two NoDepA # Five: Two # SixA: Two Five # SixB: Four Five |