From 05dc08d0287001f01c3d9a36b9d686acca5d5c0b Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Fri, 7 Sep 2007 22:57:17 +0000 Subject: [PATCH] include the blitz include dir as well svn path=/trunk/KDE/kdegraphics/okular/; revision=709618 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f41c00244..3f93d59a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,6 +13,7 @@ else(NOT WIN32) endif(NOT WIN32) include_directories( ${CMAKE_CURRENT_SOURCE_DIR} + ${BLITZ_INCLUDES} )