https://bugs.kde.org/show_bug.cgi?id=359572
Allen Winter <win...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |win...@kde.org --- Comment #4 from Allen Winter <win...@kde.org> --- recently I added code like this to a project. Might be of use to you. string(TOUPPER ${CMAKE_BUILD_TYPE} UPPER_BUILD_TYPE) if(${UPPER_BUILD_TYPE} MATCHES "^DEBUG") set_target_properties(your_library PROPERTIES DEBUG_POSTFIX "d") endif() -- You are receiving this mail because: You are watching all bug changes.