Newer
Older
set(programs compute-disc-error
cosserat-continuum
gradient-flow

Lisa Julia Nebel
committed
harmonicmaps)

Lisa Julia Nebel
committed
if (${DUNE_COMMON_VERSION} VERSION_GREATER_EQUAL 2.8)
set (programs rod3d ${programs})
endif()
if (${DUNE_ELASTICITY_VERSION} VERSION_GREATER_EQUAL 2.8)
set(programs film-on-substrate-stress-plot ${programs})
endif()
if (dune-parmg_FOUND AND dune-curvedgeometry_FOUND AND ${DUNE_ELASTICITY_VERSION} VERSION_GREATER_EQUAL 2.8)

Lisa Julia Nebel
committed
set(programs film-on-substrate ${programs})
endif()
foreach(_program ${programs})
add_executable(${_program} ${_program}.cc)
target_link_dune_default_libraries(${_program})
# target_compile_options(${_program} PRIVATE "-fpermissive")
endforeach()