mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:29:08 +08:00
54bf862901
* [libcaer] Fix libusb dependency, cleanup * [dv-processing] Fix config race, cleanup * Add tools feature [skip actions] * WIP [skip actions] * WIP [skip actions] * Finish changes * Fix comment * CR requests
7 lines
200 B
Plaintext
7 lines
200 B
Plaintext
dv-processing provides CMake targets:
|
|
|
|
find_package(dv-processing CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE dv::processing)
|
|
|
|
Using dv-processing requires a C++20 compliant compiler.
|