From 64f5d5d318d6eafc0ac91e3f4f904b53db86c54f Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Fri, 21 Dec 2007 07:30:15 +0000 Subject: move the documentation to doc/, add dummy documentation to srcdir/ compiling to an explanation of how to generate the docs --- doc/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/CMakeLists.txt') diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 7b236a27f..66b259498 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,3 +1,4 @@ -add_executable(tutorial tutorial.cpp) -add_executable(example example.cpp) +FILE(GLOB examples "*.cpp") + +FOREACH(example examples) -- cgit v1.2.3