blob: 8e2c370889b6a0f2b38b726d2263ae78c94e02e6 [file] [log] [blame]
Austin Schuh1e69f942020-11-14 15:06:14 -08001include(CMakeFindDependencyMacro)
2@FILENAME_DEP_REPLACE@
3@WPIUTIL_DEP_REPLACE@
4
James Kuszmaulb13e13f2023-11-22 20:44:04 -08005if(@USE_SYSTEM_EIGEN@)
6 find_dependency(Eigen3)
7endif()
8
Austin Schuh812d0d12021-11-04 20:16:48 -07009@FILENAME_DEP_REPLACE@
Austin Schuh1e69f942020-11-14 15:06:14 -080010include(${SELF_DIR}/wpimath.cmake)
Maxwell Henderson80bec322024-01-09 15:48:44 -080011if(@WITH_JAVA@)
12 @WPIUNITS_DEP_REPLACE@
13 @FILENAME_DEP_REPLACE@
14 include(${SELF_DIR}/wpimath_jar.cmake)
15endif()