Added debug postfix (only for MSVC) so that debug and release libs can live together.

This commit is contained in:
user0804 2014-05-09 11:50:59 -04:00
parent 0b2c3e24a6
commit a1195eaa0a

View file

@ -262,6 +262,9 @@ foreach (TYPE IN ITEMS STATIC SHARED)
VERSION "${PACKAGE_VERSION}"
SOVERSION "${PACKAGE_SOVERSION}"
)
if (MSVC)
set_target_properties (gflags${opts}-${type} PROPERTIES DEBUG_POSTFIX "d")
endif()
if (HAVE_SHLWAPI_H)
target_link_libraries (gflags${opts}-${type} shlwapi.lib)
endif ()