Skip to content

Commit c785049

Browse files
committed
Add installation step for *.proto files
1 parent 0f78a95 commit c785049

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ install(TARGETS blueyeprotocol
2929
EXPORT blueyeprotocol
3030
LIBRARY DESTINATION lib)
3131
install(FILES ${ProtoHeaders} DESTINATION include/blueyeprotocol)
32+
install(FILES ${ProtoFiles} DESTINATION include/blueyeprotocol/protobuf)
3233

3334
add_custom_target(pyblueyeprotocol
3435
DEPENDS ${PROTO_PY})

0 commit comments

Comments
 (0)