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 a455d00 commit 902ed1aCopy full SHA for 902ed1a
wpimath/CMakeLists.txt
@@ -204,6 +204,7 @@ 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})
207
+install(TARGETS wpimathproto EXPORT wpimathproto)
208
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS FALSE)
209
add_library(wpimath ${wpimath_native_src})
210
0 commit comments