COMP: Fix complex test and fix bootstrap

This commit is contained in:
Andy Cedilnik
2005-12-28 17:02:16 -05:00
parent 0ef674b906
commit 2fcd41323b
4 changed files with 12 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ LINK_LIBRARIES(${COMPLEX_LIBS})
ADD_EXECUTABLE(A A.cxx)
ADD_EXECUTABLE(complex complex testcflags.c)
ADD_EXECUTABLE(complex.file complex.file.cxx)
TARGET_LINK_LIBRARIES(complex CMakeLib cmsys cmexpat cmzlib)
TARGET_LINK_LIBRARIES(complex CMakeLib cmsys cmexpat cmzlib cmtar)
IF (UNIX)
TARGET_LINK_LIBRARIES(complex ${CMAKE_DL_LIBS})
ELSE(UNIX)