mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
16 lines
345 B
CMake
16 lines
345 B
CMake
include(CMakeFindDependencyMacro)
|
|
@WPIUTIL_DEP_REPLACE@
|
|
@DATALOG_DEP_REPLACE@
|
|
@NTCORE_DEP_REPLACE@
|
|
@CSCORE_DEP_REPLACE@
|
|
@CAMERASERVER_DEP_REPLACE@
|
|
@HAL_DEP_REPLACE@
|
|
@WPILIBC_DEP_REPLACE@
|
|
@WPIMATH_DEP_REPLACE@
|
|
|
|
@FILENAME_DEP_REPLACE@
|
|
include(${SELF_DIR}/xrpvendordep.cmake)
|
|
if(@WITH_JAVA@)
|
|
include(${SELF_DIR}/xrpVendordep_jar.cmake)
|
|
endif()
|