initial upload

This commit is contained in:
2021-04-19 09:02:09 +08:00
parent e1b16f2e3f
commit df80d03bd7
14 changed files with 3629 additions and 0 deletions

10
CMakeLists.txt Normal file
View File

@@ -0,0 +1,10 @@
cmake_minimum_required(VERSION 3.15.2)
# 设置工程名称和语言
project(NETCDF_CXX)
message(STATUS "Platform: " ${CMAKE_HOST_SYSTEM_NAME})
set(CMAKE_INSTALL_PREFIX "D:/Library")
# 添加源文件地址
add_subdirectory(src/)