BUG (85): allow . to be in the name of an executable

This commit is contained in:
Bill Hoffman
2003-08-01 14:34:51 -04:00
parent 2f98c791fa
commit 4808d9cec2
4 changed files with 37 additions and 6 deletions
@@ -13,6 +13,7 @@ LINK_LIBRARIES(${COMPLEX_LIBS})
ADD_EXECUTABLE(complex complex)
ADD_EXECUTABLE(complex.file complex.file.cxx)
IF (UNIX)
TARGET_LINK_LIBRARIES(complex CMakeLib cmsys ${CMAKE_DL_LIBS})
ELSE(UNIX)