Skip to content

Commit

Permalink
cmake: Sync upstream changes
Browse files Browse the repository at this point in the history
Signed-off-by: sekaiacg <[email protected]>
  • Loading branch information
sekaiacg committed Sep 15, 2023
1 parent 0dd6b65 commit e30f19f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/cmake/lib/liberofs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,13 @@ set(liberofs_srcs
"${TARGET_SRC_DIR}/sha256.c"
"${TARGET_SRC_DIR}/blobchunk.c"
"${TARGET_SRC_DIR}/dir.c"
"${TARGET_SRC_DIR}/block_list.c"
"${TARGET_SRC_DIR}/fragments.c"
"${TARGET_SRC_DIR}/rb_tree.c"
"${TARGET_SRC_DIR}/dedupe.c"
"${TARGET_SRC_DIR}/uuid.c"
"${TARGET_SRC_DIR}/tar.c"
"${TARGET_SRC_DIR}/block_list.c"
"${TARGET_SRC_DIR}/xxhash.c"
"${TARGET_SRC_DIR}/uuid_unparse.c"
"${TARGET_SRC_DIR}/compressor_lz4.c"
"${TARGET_SRC_DIR}/compressor_lz4hc.c"
Expand Down

0 comments on commit e30f19f

Please sign in to comment.