From aa3294f14e33ae5078fcdbedc9df241a674a9f2e Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Fri, 28 Sep 2007 06:17:36 +0000 Subject: add example to the documentation --- doc/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/CMakeLists.txt') 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) + -- cgit v1.2.3