summaryrefslogtreecommitdiff
path: root/UNSUPP/MATEXP/CMakeLists.txt
blob: 0458d5c8a92957e6c71917b02f747d880e835e2d (plain)
1
2
3
4
5
6
7
set(CMAKE_Fortran_FLAGS "-g")

add_executable(exp.ex rexp.f exppro.f)
target_link_libraries (exp.ex skit)

add_executable(phi.ex rphi.f phipro.f)
target_link_libraries (phi.ex skit)