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

automatic creation of the output dir by cmake

parent a7c3396e
No related branches found
No related tags found
No related merge requests found
......@@ -17,3 +17,6 @@ foreach(s ${sources})
add_executable(${swe} ${s})
target_link_libraries(${swe} ${BASIS_LIBS})
endforeach(s)
#create the output dir
file(MAKE_DIRECTORY output)
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