netcdfcxx_legacy/CMakeLists.txt
2021-04-19 09:02:09 +08:00

10 lines
232 B
CMake

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/)