From 61158b1922e2aeeb132fbf6ceea551f61c400cde Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Fri, 7 Sep 2007 08:18:21 +0000 Subject: add operator *= between matrices, with automatic aliasing. add tutorial in doc/ subdirectory. --- doc/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/CMakeLists.txt (limited to 'doc/CMakeLists.txt') diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt new file mode 100644 index 000000000..919e4a44b --- /dev/null +++ b/doc/CMakeLists.txt @@ -0,0 +1 @@ +add_executable(tutorial tutorial.cpp) -- cgit v1.2.3