source: LMDZ6/trunk/tools/netcdf95/Groups/CMakeLists.txt @ 5495

Last change on this file since 5495 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: 322 bytes
Line 
1target_sources(netcdf95 PRIVATE inq_numgrps.c nf95_inq_grp_full_ncid.f90
2  nf95_inq_grpname.f90 nf95_inq_grpname_full.f90 nf95_inq_grps.f90
3  nf95_inq_file_ncid.f90 nf95_inq_grp_parent.f90 nc_inq_grpname_len.f90)
4
5# test_c_char
6add_executable(test_c_char test_c_char.f90)
7add_test(NAME default_c_char COMMAND test_c_char)
Note: See TracBrowser for help on using the repository browser.