summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2016-11-06 18:24:00 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2016-11-06 18:24:00 +0100
commit3ed7b5043fb5ae1862775d37d617af87ad3f9102 (patch)
tree6f157b82d7899f37538edeaa1738beff6dee038d /CMakeLists.txt
parente3e6543cc7881fe2476023d5e2b1a7bb11eda9f3 (diff)
downloadufo-filters-3ed7b5043fb5ae1862775d37d617af87ad3f9102.tar.gz
ufo-filters-3ed7b5043fb5ae1862775d37d617af87ad3f9102.tar.bz2
ufo-filters-3ed7b5043fb5ae1862775d37d617af87ad3f9102.tar.xz
ufo-filters-3ed7b5043fb5ae1862775d37d617af87ad3f9102.zip
Add option to build Sphinx manual
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 bf3c601..b39a6fa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -63,6 +63,7 @@ endif ()
#}}}
#{{{ Subdirectories
+add_subdirectory(docs)
add_subdirectory(deps)
add_subdirectory(src)
#}}}