From d0a1e440f3f29383a9f72e7dcf7e3dba8bec5dc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Mei=C3=9Fner?= Date: Fri, 1 Feb 2013 17:05:44 +0100 Subject: [PATCH] Fix missing include in CoreLibs --- Sources/Plasma/CoreLib/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Sources/Plasma/CoreLib/CMakeLists.txt b/Sources/Plasma/CoreLib/CMakeLists.txt index 4b027e7f..736c7caf 100644 --- a/Sources/Plasma/CoreLib/CMakeLists.txt +++ b/Sources/Plasma/CoreLib/CMakeLists.txt @@ -1,3 +1,5 @@ +include_directories(${PCRE_INCLUDE_DIR}) + add_definitions(-D_LIB) add_definitions(-DPRODUCT_BRANCH_ID=${PRODUCT_BRANCH_ID})