mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-24 11:37:12 +01:00
6 lines
190 B
Plaintext
6 lines
190 B
Plaintext
![]() |
The package opencv provides CMake integration:
|
||
|
|
||
|
find_package(OpenCV REQUIRED)
|
||
|
include_directories(${OpenCV_INCLUDE_DIRS})
|
||
|
target_link_libraries(main PRIVATE ${OpenCV_LIBS})
|