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 71f9a00 commit e4891f0Copy full SHA for e4891f0
wpimath/CMakeLists.txt
@@ -42,7 +42,7 @@ target_include_directories(
42
$<INSTALL_INTERFACE:${include_dest}/wpimath>
43
)
44
45
-target_link_libraries(wpimathproto ${Protobuf_LIBRARIES})
+target_link_libraries(wpimathproto PUBLIC ${Protobuf_LIBRARIES})
46
47
function(quickbuf_generate SRCS JAVA_PACKAGE)
48
if(NOT ARGN)
0 commit comments