Skip to content

Commit e0c53f6

Browse files
committed
more
1 parent 5160d98 commit e0c53f6

File tree

4 files changed

+260
-196
lines changed

4 files changed

+260
-196
lines changed

pluto/src/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,12 @@ if (HAVE_FORTRAN)
118118
set(CMAKE_Fortran_MODULE_DIRECTORY ${CMAKE_BINARY_DIR}/module/pluto)
119119
ecbuild_add_library( TARGET pluto_f
120120
SOURCES
121-
pluto_f/pluto_module.F90
122121
pluto_f/pluto_module.cc
123122
pluto_f/pluto_module_abort.F90
124-
pluto_f/pluto_module_allocation.F90
125123
pluto_f/pluto_module_memory_resource.F90
124+
pluto_f/pluto_module_allocate_deallocate.F90
125+
pluto_f/pluto_module_allocator.F90
126+
pluto_f/pluto_module.F90
126127
PRIVATE_LIBS pluto
127128
PUBLIC_INCLUDES $<BUILD_INTERFACE:${CMAKE_Fortran_MODULE_DIRECTORY}>
128129
$<INSTALL_INTERFACE:module/pluto>

0 commit comments

Comments
 (0)