# group source related themal module set (THERMAL "thermal_isothermal" "thermal_adiabatic" "thermal_conduction" ) # compiler theraml module foreach (p ${THERMAL}) add_library (${p} MODULE "${p}.f90") endforeach (p)