mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:29:01 +08:00
628e795c6a
* [netcdf-c] Add usage * Update changes
4 lines
136 B
Plaintext
4 lines
136 B
Plaintext
The package netcdf-c provides CMake targets:
|
|
|
|
find_package(netCDF CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE netcdf) |