update config.sh
This commit is contained in:
@@ -11,5 +11,10 @@ if(${CMAKE_HOST_SYSTEM_NAME} STREQUAL "Windows")
|
||||
endif()
|
||||
message(STATUS "Install prefix: " ${CMAKE_INSTALL_PREFIX})
|
||||
|
||||
# 设置netcdf c接口的库文件地址
|
||||
set(LIB_NETCDF_INC ${LIB_NETCDF}/include)
|
||||
set(LIB_NETCDF_LIB ${LIB_NETCDF}/lib)
|
||||
message(STATUS "netCDF directory: " ${LIB_NETCDF})
|
||||
|
||||
# 添加源文件地址
|
||||
add_subdirectory(src/)
|
||||
Reference in New Issue
Block a user