Add new c libs to client package

Fixes: #6822
This commit is contained in:
imorph 2022-04-20 11:06:28 +00:00 committed by Aaron Molitor
parent e40cc8722c
commit 7a46d8b9cd
1 changed files with 2 additions and 0 deletions

View File

@ -334,6 +334,8 @@ fdb_install(
FILES foundationdb/fdb_c.h
${CMAKE_CURRENT_BINARY_DIR}/foundationdb/fdb_c_options.g.h
${CMAKE_SOURCE_DIR}/fdbclient/vexillographer/fdb.options
${CMAKE_SOURCE_DIR}/bindings/c/foundationdb/fdb_c_types.h
${CMAKE_SOURCE_DIR}/bindings/c/foundationdb/fdb_c_internal.h
DESTINATION include
DESTINATION_SUFFIX /foundationdb
COMPONENT clients)