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