12 lines
320 B
Text
12 lines
320 B
Text
$NetBSD: patch-protocols_wlm_CMakeLists.txt,v 1.2 2014/11/13 11:50:27 markd Exp $
|
|
|
|
--- protocols/wlm/CMakeLists.txt.orig 2014-11-02 11:16:53.000000000 +0000
|
|
+++ protocols/wlm/CMakeLists.txt
|
|
@@ -1,5 +1,7 @@
|
|
project(wlm)
|
|
|
|
+add_definitions(${KDE4_ENABLE_EXCEPTIONS})
|
|
+
|
|
include_directories(
|
|
${Boost_INCLUDE_DIRS}
|
|
)
|