mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-06 03:31:43 +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)
|