Skip to content

Commit

Permalink
[build] Fix CMake build for wpilibNewCommands (wpilibsuite#6815)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacey-sooty authored Jul 9, 2024
1 parent cc02a94 commit c62863c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wpilibNewCommands/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ if(WITH_JAVA)
include(UseJava)

file(GLOB_RECURSE JAVA_SOURCES src/main/java/*.java src/generated/main/java/*.java)
file(GLOB JACKSON_JARS "${WPILIB_BINARY_DIR}/wpiutil/thirdparty/jackson/*.jar")
add_jar(
wpilibNewCommands_jar
${JAVA_SOURCES}
INCLUDE_JARS
hal_jar
ntcore_jar
${JACKSON_JARS}
cscore_jar
cameraserver_jar
wpimath_jar
Expand Down

0 comments on commit c62863c

Please sign in to comment.