mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 05:19:06 +08:00
7ad0f085d7
* [netcdf-c] Add dependency embree3 * [netcdf-c] remove dependency embree3, change the search sequence * [netcdf-cxx4] Re-fix dependency hdf5 * Update ports/netcdf-c/CONTROL * [netcdf-c] Remove dependency embree
5 lines
138 B
Plaintext
5 lines
138 B
Plaintext
The package netcdf-c provides CMake targets:
|
|
|
|
find_package(netCDF CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE netcdf)
|