Sync to the latest version.

Can be broken or partially implemented.
This commit is contained in:
2024-04-23 23:45:43 +03:00
parent ec499b6cfc
commit 692b5b4297
26 changed files with 785 additions and 60 deletions

View File

@@ -28,12 +28,19 @@ set(BHLIB_SOURCE
src/hashmap.c
src/queue.c
src/thread.c
src/io.c
src/deflate.c
)
set(BHLIB_HEADER
include/bh/bh.h
include/bh/platform.h
include/bh/algo.h
include/bh/hashmap.h
include/bh/queue.h
include/bh/thread.h
include/bh/io.h
include/bh/deflate.h
)
set(BHLIB_INCLUDE_DIRS