mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
11 lines
229 B
CMake
11 lines
229 B
CMake
include(CMakeFindDependencyMacro)
|
|
@FILENAME_DEP_REPLACE@
|
|
@WPIMATH_DEP_REPLACE@
|
|
@WPIUTIL_DEP_REPLACE@
|
|
|
|
@FILENAME_DEP_REPLACE@
|
|
include(${SELF_DIR}/apriltag.cmake)
|
|
if(@WITH_JAVA@)
|
|
include(${SELF_DIR}/apriltag_jar.cmake)
|
|
endif()
|