summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2014-12-21 15:13:37 +0100
committerBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2014-12-21 15:13:37 +0100
commitf1bb76dedf2d6b480b566540e811a7e0d3af9886 (patch)
treec71e4e637ee8fab349d4368af84bf67922bb234a /CMakeLists.txt
parent54d66cfa220128ae6c7cd05aa5db3354e459105b (diff)
First draft of book domain example and slight changes to the book domain: _all_ structuredclasses are listed in the domain now and StructuredClasses that are allowed at the root level have a root flag.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 563977e..3575d7a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -41,7 +41,7 @@ PKG_CHECK_MODULES(EXPAT REQUIRED expat)
FIND_PACKAGE(Boost COMPONENTS system filesystem REQUIRED)
# Set utf8cpp include path
-SET(UTF8CPP_INCLUDE_DIR "lib/utf8")
+SET(UTF8CPP_INCLUDE_DIR "lib/utf8cpp")
################################################################################
# Inclusion of doxygen #