mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 05:36:35 +00:00
build: add DEBUG_POSTFIX 'd'
This commit is contained in:
parent
fc869d1100
commit
e990a20000
@ -74,7 +74,8 @@ set_target_properties(glfw PROPERTIES
|
||||
VERSION ${GLFW_VERSION}
|
||||
SOVERSION ${GLFW_VERSION_MAJOR}
|
||||
POSITION_INDEPENDENT_CODE ON
|
||||
FOLDER "GLFW3")
|
||||
FOLDER "GLFW3"
|
||||
DEBUG_POSTFIX d)
|
||||
|
||||
if (BUILD_SHARED_LIBS)
|
||||
if (WIN32)
|
||||
|
Loading…
Reference in New Issue
Block a user