netcdfcxx_legacy/CMakeLists.txt

10 lines
232 B
CMake
Raw Normal View History

2021-04-19 09:02:09 +08:00
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/)