vcpkg/ports/netcdf-c/usage

4 lines
136 B
Plaintext
Raw Normal View History

The package netcdf-c provides CMake targets:
find_package(netCDF CONFIG REQUIRED)
target_link_libraries(main PRIVATE netcdf)