mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +00:00
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)
|