mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
Allows using system libuv * Fix Gradle Build and include dirs * Update cmake find to support vcpkg libuv
10 lines
202 B
CMake
10 lines
202 B
CMake
include(CMakeFindDependencyMacro)
|
|
@FILENAME_DEP_REPLACE@
|
|
@WPIUTIL_DEP_REPLACE@
|
|
@NTCORE_DEP_REPLACE@
|
|
@CSCORE_DEP_REPLACE@
|
|
@CAMERASERVER_DEP_REPLACE@
|
|
@HAL_DEP_REPLACE@
|
|
|
|
include(${SELF_DIR}/wpilibc.cmake)
|