We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb05622 commit 2392d8aCopy full SHA for 2392d8a
src/CMakeLists.txt
@@ -236,6 +236,7 @@ if(WIN32)
236
target_compile_definitions(exiv2lib PRIVATE PSAPI_VERSION=1) # to be compatible with <= WinVista (#905)
237
# Since windows.h is included in some headers, we need to propagate this definition
238
target_compile_definitions(exiv2lib PUBLIC WIN32_LEAN_AND_MEAN)
239
+ set_target_properties(exiv2lib PROPERTIES DEBUG_POSTFIX d)
240
endif()
241
242
if(NOT MSVC)
0 commit comments