1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-06-01 02:37:02 +08:00

Add new c libs to client package

Fixes: 
This commit is contained in:
imorph 2022-04-20 11:06:28 +00:00 committed by Aaron Molitor
parent e40cc8722c
commit 7a46d8b9cd

@ -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)