mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
6 lines
73 B
CMake
6 lines
73 B
CMake
ADD_SUBDIRECTORY(C)
|
|
|
|
IF(BUILD_UTILITIES)
|
|
ADD_SUBDIRECTORY(CDL)
|
|
ENDIF()
|