Skip to content

Commit 902ed1a

Browse files
committed
Export wpimathproto
1 parent a455d00 commit 902ed1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wpimath/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ list(REMOVE_ITEM wpimath_native_src ${wpimath_jni_src})
204204

205205
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS TRUE)
206206
add_library(wpimathproto ${WPIMATH_PROTO_SRCS})
207+
install(TARGETS wpimathproto EXPORT wpimathproto)
207208
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS FALSE)
208209
add_library(wpimath ${wpimath_native_src})
209210
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS TRUE)

0 commit comments

Comments
 (0)