Files
allwpilib/wpimath/wpimath-config.cmake.in
2024-01-04 00:47:47 -08:00

16 lines
319 B
CMake

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()