mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-12 15:45:21 +08:00
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)
|