mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-06 13:45:00 +00:00
Added suffix "d" to lib/dll to differentiate Debug from Release output so they don't overwrite each other.
Fixes #323
This commit is contained in:
parent
1eaf75a2c3
commit
d10262c9ef
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ if(MSVC)
|
|||
endif(MSVC)
|
||||
if(WIN32)
|
||||
add_definitions(-DCOMPILING_FOR_WINDOWS)
|
||||
set(CMAKE_DEBUG_POSTFIX "d" CACHE STRING "Add a suffix, usually d on Windows")
|
||||
endif(WIN32)
|
||||
|
||||
set(expat_SRCS
|
||||
|
|
Loading…
Add table
Reference in a new issue