Skip to content

Commit b7af856

Browse files
committed
Include proto headers in wpimathproto library
1 parent 0d75e35 commit b7af856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wpimath/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ file(GLOB_RECURSE wpimath_native_src src/main/native/cpp/*.cpp)
203203
list(REMOVE_ITEM wpimath_native_src ${wpimath_jni_src})
204204

205205
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS TRUE)
206-
add_library(wpimathproto ${WPIMATH_PROTO_SRCS})
206+
add_library(wpimathproto ${WPIMATH_PROTO_SRCS} ${WPIMATH_PROTO_HDRS})
207207
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS FALSE)
208208
add_library(wpimath ${wpimath_native_src})
209209
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS TRUE)

0 commit comments

Comments
 (0)