aboutsummaryrefslogtreecommitdiffhomepage
path: root/demos
diff options
context:
space:
mode:
authorGravatar Hauke Heibel <hauke.heibel@gmail.com>2009-10-02 18:45:24 +0200
committerGravatar Hauke Heibel <hauke.heibel@gmail.com>2009-10-02 18:45:24 +0200
commit7d2ca0e05e4355540abd8c8621d3b11ceb502293 (patch)
tree8313896dd048930f37561891b667c823efb44138 /demos
parent71f19d90d0a6a04c1bc79f9f9abee497f03e5299 (diff)
Added cmake project definitions.
Diffstat (limited to 'demos')
-rw-r--r--demos/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/CMakeLists.txt b/demos/CMakeLists.txt
index 1ec49d13e..ce25125ec 100644
--- a/demos/CMakeLists.txt
+++ b/demos/CMakeLists.txt
@@ -1,3 +1,5 @@
+project(EigenDemos)
+
add_custom_target(demos)
find_package(Qt4)