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