include(CMakeFindDependencyMacro) @FILENAME_DEP_REPLACE@ @WPIUTIL_DEP_REPLACE@ if(@USE_SYSTEM_EIGEN@) find_dependency(Eigen3) endif() @FILENAME_DEP_REPLACE@ include(${SELF_DIR}/wpimath.cmake) if(@WITH_JAVA@) @WPIUNITS_DEP_REPLACE@ @FILENAME_DEP_REPLACE@ include(${SELF_DIR}/wpimath_jar.cmake) endif()