Skip to content
Snippets Groups Projects
Commit 2e2c0a89 authored by Christian Godenschwager's avatar Christian Godenschwager
Browse files

Merge branch 'Showcases_folder' into 'master'

Added a showcases folder

See merge request walberla/walberla!71
parents b303e2a0 c7e41e22
Branches
Tags
No related merge requests found
......@@ -67,6 +67,7 @@ option ( WALBERLA_BUILD_TESTS "Build Testcases"
option ( WALBERLA_BUILD_BENCHMARKS "Build Benchmarks" ON )
option ( WALBERLA_BUILD_TOOLS "Build Tools" )
option ( WALBERLA_BUILD_TUTORIALS "Build Tutorials" ON )
option ( WALBERLA_BUILD_SHOWCASES "Build Showcases" OFF )
option ( WALBERLA_BUILD_WITH_MPI "Build with MPI" ON )
option ( WALBERLA_BUILD_WITH_METIS "Build with metis graph partitioner" OFF )
......
......@@ -22,6 +22,12 @@ else ()
add_subdirectory ( tutorials EXCLUDE_FROM_ALL )
endif()
# Showcases
if ( WALBERLA_BUILD_SHOWCASES )
add_subdirectory ( showcases )
else ()
add_subdirectory ( showcases EXCLUDE_FROM_ALL )
endif()
# Python module
if ( WALBERLA_BUILD_WITH_PYTHON )
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment