aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6b2ceff..c275f67 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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