mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-25 09:58:37 -05:00
BUG (85): allow . to be in the name of an executable
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user