mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-06 15:34:44 +08:00
6 lines
73 B
CMake
6 lines
73 B
CMake
ADD_SUBDIRECTORY(C)
|
|
|
|
IF(BUILD_UTILITIES)
|
|
ADD_SUBDIRECTORY(CDL)
|
|
ENDIF()
|