mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:51:39 +08:00
bb77388661
* [ecal] Add new port * Fix patch typo
4 lines
172 B
Plaintext
4 lines
172 B
Plaintext
The package eCAL provides CMake targets:
|
|
|
|
find_package(eCAL CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE eCAL::core eCAL::core_c eCAL::core_pb eCAL::hdf5) |