ENH: add flag so a terminating slash for the link path can be specified (needed by the Digital Mars D compiler)

Alex
This commit is contained in:
Alexander Neundorf
2007-08-28 16:19:01 -04:00
parent 172821eb38
commit c3b42e90ed
2 changed files with 4 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ SET(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG_SEP "") # : or empty
SET(CMAKE_INCLUDE_FLAG_C "-I") # -I
SET(CMAKE_INCLUDE_FLAG_C_SEP "") # , or empty
SET(CMAKE_LIBRARY_PATH_FLAG "-L")
SET(CMAKE_LIBRARY_PATH_TERMINATOR "") # for the Digital Mars D compiler the link paths have to be terminated with a "/"
SET(CMAKE_LINK_LIBRARY_FLAG "-l")
SET(CMAKE_LINK_LIBRARY_SUFFIX "")