mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 11:49:00 +08:00
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.
|