From 6e44187ff639a460b9d2143d3badca9dddb19b6f Mon Sep 17 00:00:00 2001 From: Ryan Blue Date: Wed, 18 Dec 2024 11:35:23 -0500 Subject: [PATCH] [build] cmake: Add wpilibNewCommands and apriltag to developerRobot (#7557) --- developerRobot/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developerRobot/CMakeLists.txt b/developerRobot/CMakeLists.txt index f942e01bb0..3b2b9827a5 100644 --- a/developerRobot/CMakeLists.txt +++ b/developerRobot/CMakeLists.txt @@ -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)