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 0f78a95 commit c785049Copy full SHA for c785049
CMakeLists.txt
@@ -29,6 +29,7 @@ install(TARGETS blueyeprotocol
29
EXPORT blueyeprotocol
30
LIBRARY DESTINATION lib)
31
install(FILES ${ProtoHeaders} DESTINATION include/blueyeprotocol)
32
+install(FILES ${ProtoFiles} DESTINATION include/blueyeprotocol/protobuf)
33
34
add_custom_target(pyblueyeprotocol
35
DEPENDS ${PROTO_PY})
0 commit comments