[build] cmake: Add wpilibNewCommands and apriltag to developerRobot (#7557)

This commit is contained in:
Ryan Blue
2024-12-18 11:35:23 -05:00
committed by GitHub
parent e2cbdf9718
commit 6e44187ff6

View File

@@ -5,4 +5,4 @@ include(CompileWarnings)
file(GLOB developerRobotCpp_src src/main/native/cpp/*.cpp)
add_executable(developerRobotCpp ${developerRobotCpp_src})
target_link_libraries(developerRobotCpp wpilibc)
target_link_libraries(developerRobotCpp wpilibc wpilibNewCommands apriltag)