forked from minhngoc25a/freetype2
* CMakeLists.txt: Set CMAKE_DEBUG_POSTFIX to `d'.
This commit is contained in:
parent
da97b4c43e
commit
9d0544f25f
|
@ -320,6 +320,7 @@ if (BUILD_FRAMEWORK)
|
|||
)
|
||||
endif ()
|
||||
|
||||
set(CMAKE_DEBUG_POSTFIX d)
|
||||
|
||||
add_library(freetype
|
||||
${PUBLIC_HEADERS}
|
||||
|
|
Loading…
Reference in New Issue