From 93ad823beebd8bec8840d48b36f285cc11e7ab91 Mon Sep 17 00:00:00 2001
From: Andreas Naumann <andreas.naumann@tu-dresden.de>
Date: Sun, 10 Jul 2011 07:11:35 +0000
Subject: [PATCH] should test before checkin...

---
 demo/CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/demo/CMakeLists.txt b/demo/CMakeLists.txt
index b1202d24..bc464828 100644
--- a/demo/CMakeLists.txt
+++ b/demo/CMakeLists.txt
@@ -15,7 +15,8 @@ foreach(s ${sources})
   get_filename_component(swe ${s} NAME_WE)
   add_executable(${swe} ${s})
   target_link_libraries(${swe} ${BASIS_LIBS})
-  install(TARGETS ${swe})
+  install(TARGETS ${swe}
+  	RUNTIME DESTINATION bin )
 endforeach(s)
 
 #create the output dir
-- 
GitLab