Forked from
Klaus Böhnlein / dune-microstructure
474 commits behind, 151 commits ahead of the upstream repository.
-
Neukamm, Stefan authoredNeukamm, Stefan authored
CMakeLists.txt 601 B
#add_executable("dune-microstructure" dune-microstructure.cc)
#target_link_dune_default_libraries("dune-microstructure")
#set(CMAKE_BUILD_TYPE Debug)#
set(programs Cell-Problem
Cell-Problem_muGamma
Compute_MuGamma
)
foreach(_program ${programs})
add_executable(${_program} ${_program}.cc)
target_link_dune_default_libraries(${_program})
add_dune_pythonlibs_flags(${_program})
target_link_libraries(${_program})
# target_link_libraries(${_program} tinyxml2)
# target_compile_options(${_program} PRIVATE "-fpermissive")
endforeach()
#set(CMAKE_BUILD_TYPE Debug)