Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
4769bb4dde68673fcddb77bf471b51f61bcf4dd7
/
.
/
third_party
/
allwpilib
/
hal
/
hal-config.cmake.in
blob: 7429597b0e743a68ad036f5085c321d461566f6e [
file
] [
log
] [
blame
]
include
(
CMakeFindDependencyMacro
)
@FILENAME_DEP_REPLACE@
@WPIUTIL_DEP_REPLACE@
@FILENAME_DEP_REPLACE@
include
(
$
{
SELF_DIR
}/
hal
.
cmake
)
if
(
@WITH_JAVA@
)
include
(
$
{
SELF_DIR
}/
hal_jar
.
cmake
)
endif
()