netcdf-c/libsrcp/CMakeLists.txt

6 lines
134 B
CMake
Raw Normal View History

SET(libsrcp_SOURCES ncpdispatch.c)
add_library(netcdfp OBJECT ${libsrcp_SOURCES})
ADD_EXTRA_DIST(${libsrcp_SOURCES} CMakeLists.txt)