mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
Allows using system libuv * Fix Gradle Build and include dirs * Update cmake find to support vcpkg libuv
9 lines
186 B
CMake
9 lines
186 B
CMake
include(CMakeFindDependencyMacro)
|
|
@FILENAME_DEP_REPLACE@
|
|
@WPIUTIL_DEP_REPLACE@
|
|
@NTCORE_DEP_REPLACE@
|
|
@CSCORE_DEP_REPLACE@
|
|
find_dependency(OpenCV)
|
|
|
|
include(${SELF_DIR}/cameraserver.cmake)
|