mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
fab66699d1
because pnetcdf is used for more than CDF-5 files.
6 lines
134 B
CMake
6 lines
134 B
CMake
SET(libsrcp_SOURCES ncpdispatch.c)
|
|
|
|
add_library(netcdfp OBJECT ${libsrcp_SOURCES})
|
|
|
|
ADD_EXTRA_DIST(${libsrcp_SOURCES} CMakeLists.txt)
|