Skip to content

Commit

Permalink
rename *.f08 to *.f90 for CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
jons-pf committed Oct 30, 2023
1 parent 90ced08 commit 4e70b1d
Show file tree
Hide file tree
Showing 9 changed files with 3,292 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

list (APPEND vmec_sources
${CMAKE_CURRENT_SOURCE_DIR}/abscab/abscab.f90
${CMAKE_CURRENT_SOURCE_DIR}/abscab/mod_cel.f90
${CMAKE_CURRENT_SOURCE_DIR}/abscab/mod_compsum.f90
${CMAKE_CURRENT_SOURCE_DIR}/abscab/mod_kinds.f90
)

set (vmec_sources "${vmec_sources}" PARENT_SCOPE)

0 comments on commit 4e70b1d

Please sign in to comment.