summaryrefslogtreecommitdiffstats
path: root/Tests/Complex
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-08-23 20:15:05 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-08-23 20:15:05 (GMT)
commitcb57dd49c71b9eacf1884451d89e0c0de0892138 (patch)
tree5ee1ac978019b9fcd92fbcc9616bf61ad46374b0 /Tests/Complex
parent499bd45d4dfb51e5a9ae2b530e7d7fc61bfaefbd (diff)
downloadCMake-cb57dd49c71b9eacf1884451d89e0c0de0892138.zip
CMake-cb57dd49c71b9eacf1884451d89e0c0de0892138.tar.gz
CMake-cb57dd49c71b9eacf1884451d89e0c0de0892138.tar.bz2
remoevd shared lib
Diffstat (limited to 'Tests/Complex')
-rw-r--r--Tests/Complex/Executable/CMakeLists.txt15
1 files changed, 1 insertions, 14 deletions
diff --git a/Tests/Complex/Executable/CMakeLists.txt b/Tests/Complex/Executable/CMakeLists.txt
index 49d9858..886b91f 100644
--- a/Tests/Complex/Executable/CMakeLists.txt
+++ b/Tests/Complex/Executable/CMakeLists.txt
@@ -13,20 +13,7 @@ LINK_LIBRARIES(${COMPLEX_LIBS})
ADD_EXECUTABLE(complex complex)
-TARGET_LINK_LIBRARIES(complex
- CMakeLib)
-
-IF(WIN32)
- # we must copy the dll to the correct location
- FIND_FILE(CMAKE_DLL CMakeLib.dll ${Complex_BINARY_DIR}/../../Source ${Complex_BINARY_DIR}/../../Source/Debug)
- FIND_FILE(CMAKE_DLL libCMakeLib.dll ${Complex_BINARY_DIR}/../../Source ${Complex_BINARY_DIR}/../../Source/Debug)
- GET_FILENAME_COMPONENT(CMAKE_DLL_NAME ${CMAKE_DLL} NAME)
- IF (CMAKE_DLL)
- CONFIGURE_FILE(
- ${CMAKE_DLL}
- ${Complex_BINARY_DIR}/bin/${CMAKE_DLL_NAME} COPYONLY)
- ENDIF (CMAKE_DLL)
-ENDIF (WIN32)
+TARGET_LINK_LIBRARIES(complex CMakeLib)
#
# Output the files required by 'complex' to a file.