summaryrefslogtreecommitdiffstats
path: root/Tests/Complex
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-29 00:31:48 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-29 00:31:48 (GMT)
commit26b75693cb4dd1a3361a8c409955696e46683b58 (patch)
tree8ff339b964672918c320bf47ad51df04de3edd47 /Tests/Complex
parent2fcd41323b0101b35f49b27a82e02469267989ee (diff)
downloadCMake-26b75693cb4dd1a3361a8c409955696e46683b58.zip
CMake-26b75693cb4dd1a3361a8c409955696e46683b58.tar.gz
CMake-26b75693cb4dd1a3361a8c409955696e46683b58.tar.bz2
COMP: Fix test
Diffstat (limited to 'Tests/Complex')
-rw-r--r--Tests/Complex/Executable/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/Complex/Executable/CMakeLists.txt b/Tests/Complex/Executable/CMakeLists.txt
index 44620a0..b41a0da 100644
--- a/Tests/Complex/Executable/CMakeLists.txt
+++ b/Tests/Complex/Executable/CMakeLists.txt
@@ -11,6 +11,7 @@ LINK_DIRECTORIES(${Complex_BINARY_DIR}/../../Source)
LINK_DIRECTORIES(${Complex_BINARY_DIR}/../../Source/kwsys)
LINK_DIRECTORIES(${Complex_BINARY_DIR}/../../Utilities/cmexpat)
LINK_DIRECTORIES(${Complex_BINARY_DIR}/../../Utilities/cmzlib)
+LINK_DIRECTORIES(${Complex_BINARY_DIR}/../../Utilities/cmcurl)
# Use LINK_LIBRARIES instead of TARGET_LINK_LIBRARIES to
SET(COMPLEX_LIBS CMakeTestLibrary;CMakeTestLibraryShared;CMakeTestCLibraryShared)
LINK_LIBRARIES(${COMPLEX_LIBS})