From bedb867ceeb8c4f3c43659abca990abe1f9068d3 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Tue, 28 Feb 2006 18:23:12 +0000 Subject: -set CMAKE_DEBUG_POSTFIX to "_debug", this has the effect that when doing a debug build e.g. kdecore will be named "libkdecore_debug.so" Alex svn path=/trunk/KDE/kdelibs/; revision=514550 --- modules/FindKDE4.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules') diff --git a/modules/FindKDE4.cmake b/modules/FindKDE4.cmake index caa0846d..989cfc65 100644 --- a/modules/FindKDE4.cmake +++ b/modules/FindKDE4.cmake @@ -291,6 +291,8 @@ if (CMAKE_COMPILER_IS_GNUCXX) set(CMAKE_C_FLAGS_DEBUG "-O0 -g") endif (CMAKE_COMPILER_IS_GNUCXX) +SET(CMAKE_DEBUG_POSTFIX "_debug") + ########### end of platform specific stuff ########################## -- cgit v1.2.1