mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Allows using system libuv * Fix Gradle Build and include dirs * Update cmake find to support vcpkg libuv
12 lines
282 B
CMake
12 lines
282 B
CMake
include(CMakeFindDependencyMacro)
|
|
@FILENAME_DEP_REPLACE@
|
|
set(THREADS_PREFER_PTHREAD_FLAG ON)
|
|
find_dependency(Threads)
|
|
@LIBUV_VCPKG_REPLACE@
|
|
@WPIUTIL_DEP_REPLACE@
|
|
@NTCORE_DEP_REPLACE@
|
|
@CSCORE_DEP_REPLACE@
|
|
@CAMERASERVER_DEP_REPLACE@
|
|
@HAL_DEP_REPLACE@
|
|
@WPILIBC_DEP_REPLACE@
|