diff --git a/demo/CMakeLists.txt b/demo/CMakeLists.txt
index b1202d24417bae9bf177ff695af3e7ae51e498f6..bc464828a87641352e10a7b96fe6c1fd604036ab 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