From 7d2ca0e05e4355540abd8c8621d3b11ceb502293 Mon Sep 17 00:00:00 2001 From: Hauke Heibel Date: Fri, 2 Oct 2009 18:45:24 +0200 Subject: Added cmake project definitions. --- demos/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'demos') 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) -- cgit v1.2.3