aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-09-07 08:18:21 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-09-07 08:18:21 +0000
commit61158b1922e2aeeb132fbf6ceea551f61c400cde (patch)
treef1aef2afd4517a78bf597d4886e4df6508423091 /doc/CMakeLists.txt
parentc030e570fd266cfa5d7a8439de4845c82369667d (diff)
add operator *= between matrices, with automatic aliasing.
add tutorial in doc/ subdirectory.
Diffstat (limited to 'doc/CMakeLists.txt')
-rw-r--r--doc/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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)