Make vitastor_kv.h header public

This commit is contained in:
Vitaliy Filippov
2024-05-15 01:49:38 +03:00
parent ba52359611
commit 44692d148a
12 changed files with 55 additions and 25 deletions
+1 -1
View File
@@ -196,8 +196,8 @@ endif (HAVE_NBD_NETLINK_H AND NL3_LIBRARIES)
# libvitastor_kv.so
add_library(vitastor_kv SHARED
kv_db.cpp
kv_db.h
)
set_target_properties(vitastor_kv PROPERTIES PUBLIC_HEADER "vitastor_kv.h")
target_link_libraries(vitastor_kv
vitastor_client
)