From c38156a217c439e8cdd684556d03461955b9c012 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Fri, 21 Dec 2007 10:35:00 +0000 Subject: now we also have a examples/ directory for self-contained examples, and this is already used to document DynBlock --- doc/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/CMakeLists.txt') 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) -- cgit v1.2.3