74bd62e0f3
bugfixes, many new features, improved stability and performance.
13 lines
364 B
Text
13 lines
364 B
Text
$NetBSD: patch-kblog_CMakeLists.txt,v 1.2 2013/11/07 12:35:41 markd Exp $
|
|
|
|
--- kblog/CMakeLists.txt.orig 2011-09-27 09:07:09.000000000 +0000
|
|
+++ kblog/CMakeLists.txt
|
|
@@ -4,6 +4,8 @@ include_directories(${Boost_INCLUDE_DIR}
|
|
|
|
#add_subdirectory( tests )
|
|
|
|
+add_definitions(${KDE4_ENABLE_EXCEPTIONS})
|
|
+
|
|
########### next target ###############
|
|
|
|
set(kblog_LIB_SRCS
|