Skip to content
Snippets Groups Projects
Commit 93ad823b authored by Naumann, Andreas's avatar Naumann, Andreas
Browse files

should test before checkin...

parent 118501e2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment