mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
This is increasingly difficult to maintain, and has very limited benefit. Modern coprocessors with enough horsepower to run Java applications can use the Gradle or Bazel build systems instead.
19 lines
416 B
CMake
19 lines
416 B
CMake
include(CMakeFindDependencyMacro)
|
|
@FILENAME_DEP_REPLACE@
|
|
set(THREADS_PREFER_PTHREAD_FLAG ON)
|
|
find_dependency(Threads)
|
|
@LIBUV_SYSTEM_REPLACE@
|
|
@EIGEN_SYSTEM_REPLACE@
|
|
|
|
@APRILTAG_DEP_REPLACE@
|
|
@CAMERASERVER_DEP_REPLACE@
|
|
@CSCORE_DEP_REPLACE@
|
|
@DATALOG_DEP_REPLACE@
|
|
@HAL_DEP_REPLACE@
|
|
@NTCORE_DEP_REPLACE@
|
|
@WPILIBC_DEP_REPLACE@
|
|
@WPILIBNEWCOMMANDS_DEP_REPLACE@
|
|
@WPIMATH_DEP_REPLACE@
|
|
@WPINET_DEP_REPLACE@
|
|
@WPIUTIL_DEP_REPLACE@
|