blob: 8e2c370889b6a0f2b38b726d2263ae78c94e02e6 [file] [log] [blame]
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()