mirror of
https://github.com/gflags/gflags.git
synced 2025-04-06 05:55:05 +00:00
Added debug postfix (only for MSVC) so that debug and release libs can live together.
This commit is contained in:
parent
0b2c3e24a6
commit
a1195eaa0a
1 changed files with 3 additions and 0 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Reference in a new issue