[lcms] Add 'd' debug postfix

This commit is contained in:
Sean Warren 2017-11-13 12:21:27 +11:00
parent 1ea060d6fa
commit 28aaced0f5

View File

@ -33,6 +33,8 @@ set(SRCS
"src/cmssm.c"
)
set(CMAKE_DEBUG_POSTFIX d)
add_definitions(-DUNICODE -D_UNICODE)
if(BUILD_SHARED_LIBS)