aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-12-21 07:30:15 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-12-21 07:30:15 +0000
commit64f5d5d318d6eafc0ac91e3f4f904b53db86c54f (patch)
tree979a0981b7b35481453d35616031611de3ea0ad4 /doc/CMakeLists.txt
parenta52c74095ffd4b898a05d1ec93e410eaa639d6a2 (diff)
move the documentation to doc/, add dummy documentation to srcdir/ compiling to
an explanation of how to generate the docs
Diffstat (limited to 'doc/CMakeLists.txt')
-rw-r--r--doc/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
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)