WIP Data area resize tool
This commit is contained in:
+5
-1
@@ -195,7 +195,11 @@ configure_file(vitastor.pc.in vitastor.pc @ONLY)
|
|||||||
|
|
||||||
# vitastor-disk
|
# vitastor-disk
|
||||||
add_executable(vitastor-disk
|
add_executable(vitastor-disk
|
||||||
disk_tool.cpp crc32c.c rw_blocking.cpp
|
disk_tool.cpp crc32c.c rw_blocking.cpp allocator.cpp ringloop.cpp
|
||||||
|
)
|
||||||
|
target_link_libraries(vitastor-disk
|
||||||
|
tcmalloc_minimal
|
||||||
|
${LIBURING_LIBRARIES}
|
||||||
)
|
)
|
||||||
|
|
||||||
if (${WITH_QEMU})
|
if (${WITH_QEMU})
|
||||||
|
|||||||
+703
-183
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user