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.
2 parents 4e965ac + c785049 commit 71478e9Copy full SHA for 71478e9
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