Skip to content
Snippets Groups Projects
Commit 0f3dd0f2 authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

navierStokes demo

parent efe5fea5
No related branches found
No related tags found
No related merge requests found
......@@ -124,11 +124,6 @@ if (TOOLS_DIR)
add_executable("navierStokesDd" ${navierStokesDd})
target_link_libraries("navierStokesDd" ${BASIS_LIBS})
set(linearElasticity ${TOOLS_DIR}/baseProblems/LinearElasticity.cc
src/linearElasticity.cc)
add_executable("linearElasticity" ${linearElasticity})
target_link_libraries("linearElasticity" ${BASIS_LIBS})
endif()
else()
message(WARNING "No tools directory specified! Some demos will not be build.")
......
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