mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:49:05 +08:00
2d0bfea99b
* [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
5 lines
140 B
Plaintext
5 lines
140 B
Plaintext
The package adios2 provides CMake targets:
|
|
|
|
find_package(adios2 CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE adios2::adios2)
|