blob: 7429597b0e743a68ad036f5085c321d461566f6e [file] [log] [blame]
Brian Silverman8fce7482020-01-05 13:18:21 -08001include(CMakeFindDependencyMacro)
2@FILENAME_DEP_REPLACE@
3@WPIUTIL_DEP_REPLACE@
4
Austin Schuh812d0d12021-11-04 20:16:48 -07005@FILENAME_DEP_REPLACE@
Brian Silverman8fce7482020-01-05 13:18:21 -08006include(${SELF_DIR}/hal.cmake)
Maxwell Henderson80bec322024-01-09 15:48:44 -08007if(@WITH_JAVA@)
8 include(${SELF_DIR}/hal_jar.cmake)
9endif()