mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
33d3d06971
CMake-based builds.
10 lines
195 B
CMake
10 lines
195 B
CMake
SET(CMAKE_INCLUDE_CURRENT_DIR ON)
|
|
|
|
INCLUDE_DIRECTORIES(".")
|
|
|
|
|
|
SET(libsrc5_SOURCES nc5dispatch.c)
|
|
|
|
add_library(netcdf5 OBJECT ${libsrc_SOURCES})
|
|
|
|
ADD_EXTRA_DIST(${libsrc5_SOURCES} CMakeLists.txt) |