Maxwell Henderson | 80bec32 | 2024-01-09 15:48:44 -0800 | [diff] [blame] | 1 | include(CMakeFindDependencyMacro) |
2 | @WPIUTIL_DEP_REPLACE@ | ||||
3 | @NTCORE_DEP_REPLACE@ | ||||
4 | @CSCORE_DEP_REPLACE@ | ||||
5 | @CAMERASERVER_DEP_REPLACE@ | ||||
6 | @HAL_DEP_REPLACE@ | ||||
7 | @WPILIBC_DEP_REPLACE@ | ||||
8 | @WPIMATH_DEP_REPLACE@ | ||||
9 | |||||
10 | @FILENAME_DEP_REPLACE@ | ||||
11 | include(${SELF_DIR}/wpilibnewcommands.cmake) | ||||
12 | if(@WITH_JAVA@) | ||||
13 | include(${SELF_DIR}/wpilibNewCommands_jar.cmake) | ||||
14 | endif() |