aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-12-21 10:35:00 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-12-21 10:35:00 +0000
commitc38156a217c439e8cdd684556d03461955b9c012 (patch)
treeabed8166297aa2a1c49bddd576fd4cd8b532d6e3 /doc/CMakeLists.txt
parenteb6ee51fdfb98ae54db7c6f926197803fa8175e5 (diff)
now we also have a examples/ directory for self-contained examples,
and this is already used to document DynBlock
Diffstat (limited to 'doc/CMakeLists.txt')
-rw-r--r--doc/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index ba8798e9c..90228f071 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -5,6 +5,7 @@ CONFIGURE_FILE(
${CMAKE_CURRENT_BINARY_DIR}/Doxyfile
)
+ADD_SUBDIRECTORY(examples)
ADD_SUBDIRECTORY(snippets)
ENDIF(BUILD_DOC)