Skip to content

Commit

Permalink
Merge pull request #24 from jvdp1/fix_cmake
Browse files Browse the repository at this point in the history
Addition of penf_allocatable_memory.F90 to CMakeLists.txt
  • Loading branch information
szaghi authored Oct 4, 2024
2 parents 364fe55 + 301d9ac commit d51f682
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ SET(CMAKE_Fortran_MODULE_DIRECTORY "${PROJECT_BINARY_DIR}/modules")
set(LIB PENF)
add_library(${LIB}
penf.F90
penf_allocatable_memory.F90
penf_b_size.F90
penf_global_parameters_variables.F90
penf_stringify.F90
Expand Down

0 comments on commit d51f682

Please sign in to comment.