aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2010-09-15 17:36:58 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:05:59 -0300
commitc0b2f5f8de442eb7f31707cfce25e3fa05309cce (patch)
treeaebf32faf685c184016c75806ef9764dc563a84b /CMakeLists.txt
parent610719bef88e8ba1088f32133f7844f97a6a9bad (diff)
Add "doc" target to be able to build the docs out of the source directory.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ab604af9f..8bb2d4646 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -121,6 +121,7 @@ if (BUILD_TESTS)
endif()
add_subdirectory(libshiboken)
+add_subdirectory(doc)
if (BUILD_TESTS)
add_subdirectory(tests)