mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-09 08:11:38 +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)
|