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

15 lines
325 B
CMake

include(CMakeFindDependencyMacro)
@WPIUTIL_DEP_REPLACE@
@NTCORE_DEP_REPLACE@
@CSCORE_DEP_REPLACE@
@CAMERASERVER_DEP_REPLACE@
@HAL_DEP_REPLACE@
@WPILIBC_DEP_REPLACE@
@WPIMATH_DEP_REPLACE@
@FILENAME_DEP_REPLACE@
include(${SELF_DIR}/romivendordep.cmake)
if(@WITH_JAVA@)
include(${SELF_DIR}/romiVendordep_jar.cmake)
endif()