Austin Schuh | 1e69f94 | 2020-11-14 15:06:14 -0800 | [diff] [blame] | 1 | include(CMakeFindDependencyMacro) |
| 2 | @FILENAME_DEP_REPLACE@ |
| 3 | @WPIUTIL_DEP_REPLACE@ |
| 4 | |
James Kuszmaul | b13e13f | 2023-11-22 20:44:04 -0800 | [diff] [blame] | 5 | if(@USE_SYSTEM_EIGEN@) |
| 6 | find_dependency(Eigen3) |
| 7 | endif() |
| 8 | |
Austin Schuh | 812d0d1 | 2021-11-04 20:16:48 -0700 | [diff] [blame] | 9 | @FILENAME_DEP_REPLACE@ |
Austin Schuh | 1e69f94 | 2020-11-14 15:06:14 -0800 | [diff] [blame] | 10 | include(${SELF_DIR}/wpimath.cmake) |
Maxwell Henderson | 80bec32 | 2024-01-09 15:48:44 -0800 | [diff] [blame] | 11 | if(@WITH_JAVA@) |
| 12 | @WPIUNITS_DEP_REPLACE@ |
| 13 | @FILENAME_DEP_REPLACE@ |
| 14 | include(${SELF_DIR}/wpimath_jar.cmake) |
| 15 | endif() |