source: LMDZ6/branches/Amaury_dev/tools/netcdf95/Datasets/CMakeLists.txt @ 5507

Last change on this file since 5507 was 4918, checked in by Laurent Fairhead, 10 months ago

Reintegrated NetCDF95 in LMDZ so that it is compiled and made available by the makelmdz_fcm script.
The makelmdz_fcm creates the libnetcdf95 library and copies it in the tools/netcdf/lib directory, copying
the mod files in the tools/netcdf/include library.

File size: 187 bytes
Line 
1target_sources(netcdf95 PRIVATE nf95_close.f90 nf95_create.f90
2  nf95_enddef.f90 nf95_inquire.f90 nf95_open.f90 nf95_redef.f90
3  nf95_sync.f90 nf95_find_coord.f90 nf95_create_single.f90)
Note: See TracBrowser for help on using the repository browser.