We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d75e35 commit b7af856Copy full SHA for b7af856
wpimath/CMakeLists.txt
@@ -203,7 +203,7 @@ file(GLOB_RECURSE wpimath_native_src src/main/native/cpp/*.cpp)
203
list(REMOVE_ITEM wpimath_native_src ${wpimath_jni_src})
204
205
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS TRUE)
206
-add_library(wpimathproto ${WPIMATH_PROTO_SRCS})
+add_library(wpimathproto ${WPIMATH_PROTO_SRCS} ${WPIMATH_PROTO_HDRS})
207
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS FALSE)
208
add_library(wpimath ${wpimath_native_src})
209
0 commit comments