vcpkg/ports/adios2/usage
Alexander Neumann 2d0bfea99b
[adios2] add port (#29264)
* [adios2] add port

* v db

* remove one of the executable

* add usage fix tools.

* v db

* fix static builds

* v db

* cr comments

* v db
2023-02-07 15:56:48 -08:00

5 lines
140 B
Plaintext

The package adios2 provides CMake targets:
find_package(adios2 CONFIG REQUIRED)
target_link_libraries(main PRIVATE adios2::adios2)