Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -0800 | [diff] [blame] | 1 | include(CMakeFindDependencyMacro) |
2 | @FILENAME_DEP_REPLACE@ | ||||
3 | @WPIUTIL_DEP_REPLACE@ | ||||
4 | |||||
Austin Schuh | 812d0d1 | 2021-11-04 20:16:48 -0700 | [diff] [blame] | 5 | @FILENAME_DEP_REPLACE@ |
Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -0800 | [diff] [blame] | 6 | include(${SELF_DIR}/hal.cmake) |
Maxwell Henderson | 80bec32 | 2024-01-09 15:48:44 -0800 | [diff] [blame] | 7 | if(@WITH_JAVA@) |
8 | include(${SELF_DIR}/hal_jar.cmake) | ||||
9 | endif() |