summaryrefslogtreecommitdiffstats
path: root/Tests/ComplexOneConfig/Executable
diff options
context:
space:
mode:
authorSebastien Barre <sebastien.barre@kitware.com>2002-04-11 15:30:05 (GMT)
committerSebastien Barre <sebastien.barre@kitware.com>2002-04-11 15:30:05 (GMT)
commit45f459459cb0d7c711f4a51674aa72c22da39600 (patch)
treeb28d33cc1a1087359ea5078ff2c619ce1aea2029 /Tests/ComplexOneConfig/Executable
parentea4a3d5e7b1758548577e868c6840bdcbf320f69 (diff)
downloadCMake-45f459459cb0d7c711f4a51674aa72c22da39600.zip
CMake-45f459459cb0d7c711f4a51674aa72c22da39600.tar.gz
CMake-45f459459cb0d7c711f4a51674aa72c22da39600.tar.bz2
ENH: increase coverage
Diffstat (limited to 'Tests/ComplexOneConfig/Executable')
-rw-r--r--Tests/ComplexOneConfig/Executable/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Tests/ComplexOneConfig/Executable/CMakeLists.txt b/Tests/ComplexOneConfig/Executable/CMakeLists.txt
index 93d1abb..1533f3e 100644
--- a/Tests/ComplexOneConfig/Executable/CMakeLists.txt
+++ b/Tests/ComplexOneConfig/Executable/CMakeLists.txt
@@ -6,7 +6,9 @@ SET_SOURCE_FILES_PROPERTIES(complex
COMPILE_FLAGS "-DFILE_HAS_EXTRA_COMPILE_FLAGS")
ADD_EXECUTABLE(complex complex)
SET(COMPLEX_LIBS CMakeTestLibrary;CMakeTestLibraryShared;CMakeTestCLibraryShared)
-TARGET_LINK_LIBRARIES(complex ${COMPLEX_LIBS})
+
+# Use LINK_LIBRARIES instead of TARGET_LINK_LIBRARIES to
+LINK_LIBRARIES(${COMPLEX_LIBS})
#
# Link to CMake lib