netcdf-c/libcdmr/CMakeLists.txt
Ward Fisher 14619ec4c4
2012-08-09 18:40:41 +00:00

14 lines
352 B
CMake

SET(CMAKE_INCLUDE_CURRENT_DIR ON)
INCLUDE_DIRECTORIES(".")
SET(cdmr_SOURCES nccrcvt.c nccr.c nccrdispatch.c crmeta.c nccrproto.c nccrgetvarx.c crdebug.c crutil.c nccrdump.c ncStreamx.c curlwrap.c ast_byteio.c ast_curl.c ast_internal.c ast_runtime.c ast_util.c ast_debug.c cceparse.c cceconstraints.c)
add_library(cdmr OBJECT ${cdmr_SOURCES})