From 3ed7b5043fb5ae1862775d37d617af87ad3f9102 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Sun, 6 Nov 2016 18:24:00 +0100 Subject: Add option to build Sphinx manual --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') 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) #}}} -- cgit v1.2.1