mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
760ea650f0
FindMakeDist.cmake (credit given in that file). This CMake module provides make dist, make distcheck support.
15 lines
219 B
CMake
15 lines
219 B
CMake
SET(CMAKE_INCLUDE_CURRENT_DIR ON)
|
|
|
|
INCLUDE_DIRECTORIES(".")
|
|
|
|
ADD_SUBDIRECTORY(C)
|
|
|
|
IF(BUILD_UTILITIES)
|
|
ADD_SUBDIRECTORY(CDL)
|
|
ENDIF()
|
|
|
|
SET(CUR_EXTRA_DIST CMakeLists.txt Makefile.am)
|
|
ADD_EXTRA_DIST("${CUR_EXTRA_DIST}")
|
|
|
|
|