Switched project label to use 'nicer' suffix (e.g., md instead of /MD)

This commit is contained in:
Jesse Beder
2011-03-21 23:03:01 +00:00
parent 6e0e9554c6
commit f42580be41

View File

@@ -181,7 +181,7 @@ if(MSVC)
endforeach() endforeach()
endif() endif()
# #
set(LABEL_SUFFIX "${LABEL_SUFFIX} ${LIB_RT_OPTION}") set(LABEL_SUFFIX "${LABEL_SUFFIX} ${LIB_RT_SUFFIX}")
# b) Change prefix for static libraries # b) Change prefix for static libraries
set(CMAKE_STATIC_LIBRARY_PREFIX "lib") # to distinguish static libraries from DLL import libs set(CMAKE_STATIC_LIBRARY_PREFIX "lib") # to distinguish static libraries from DLL import libs