Forked from
Klaus Böhnlein / dune-microstructure
474 commits behind, 253 commits ahead of the upstream repository.
-
Klaus Böhnlein authoredKlaus Böhnlein authored
CMakeLists.txt 195 B
set(TESTS
parametrizedlaminatetest)
foreach(_test ${TESTS})
dune_add_test(SOURCES ${_test}.cc)
add_dune_pythonlibs_flags(${_test})
target_compile_options(${_test} PRIVATE -g)
endforeach()