diff options
| author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-18 22:29:25 (GMT) |
|---|---|---|
| committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-18 22:29:25 (GMT) |
| commit | fc43cc06d25033037982228d32fedfa58dfc74f0 (patch) | |
| tree | 56380f56912c89550bb878fb81d600132831d667 /Tests/ComplexRelativePaths | |
| parent | 195cdf172e2eecdb1b7fb3c2154cfe34c14afd9f (diff) | |
| download | CMake-fc43cc06d25033037982228d32fedfa58dfc74f0.zip CMake-fc43cc06d25033037982228d32fedfa58dfc74f0.tar.gz CMake-fc43cc06d25033037982228d32fedfa58dfc74f0.tar.bz2 | |
COMP: Add cmexpat to complex
Diffstat (limited to 'Tests/ComplexRelativePaths')
| -rw-r--r-- | Tests/ComplexRelativePaths/Executable/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/ComplexRelativePaths/Executable/CMakeLists.txt b/Tests/ComplexRelativePaths/Executable/CMakeLists.txt index 093ba91..f16fc6a 100644 --- a/Tests/ComplexRelativePaths/Executable/CMakeLists.txt +++ b/Tests/ComplexRelativePaths/Executable/CMakeLists.txt @@ -14,10 +14,10 @@ LINK_LIBRARIES(${COMPLEX_LIBS}) ADD_EXECUTABLE(A A.cxx) ADD_EXECUTABLE(complex complex) ADD_EXECUTABLE(complex.file complex.file.cxx) +TARGET_LINK_LIBRARIES(complex CMakeLib cmsys cmexpat) IF (UNIX) - TARGET_LINK_LIBRARIES(complex CMakeLib cmsys ${CMAKE_DL_LIBS}) + TARGET_LINK_LIBRARIES(complex ${CMAKE_DL_LIBS}) ELSE(UNIX) - TARGET_LINK_LIBRARIES(complex CMakeLib cmsys) IF (NOT BORLAND) IF(NOT MINGW) TARGET_LINK_LIBRARIES(complex rpcrt4.lib) |
