summaryrefslogtreecommitdiff
path: root/MATGEN/FEM/CMakeLists.txt
blob: 7c875c82e04181b98e171c44c5a0b9fe6e7793ba (plain)
1
2
3
4
set(CMAKE_Fortran_FLAGS "-g")

add_executable(fem.ex convdif.f functns2.f ../../UNSUPP/PLOTS/psgrd.f )
target_link_libraries (fem.ex skit)