aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-09-28 06:17:36 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-09-28 06:17:36 +0000
commitaa3294f14e33ae5078fcdbedc9df241a674a9f2e (patch)
treee95314cdb90238b4e3558257474e32d01681e5a2 /doc/CMakeLists.txt
parent835e0c9f674554adf9621fd84b32c9cde9f2bdf6 (diff)
add example to the documentation
Diffstat (limited to 'doc/CMakeLists.txt')
-rw-r--r--doc/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 919e4a44b..7b236a27f 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -1 +1,3 @@
add_executable(tutorial tutorial.cpp)
+add_executable(example example.cpp)
+