mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-17 13:37:49 +08:00
![Alexander Neumann](/assets/img/avatar_default.png)
* [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)
|