diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 51d4cd1..f3c061d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,11 +20,13 @@ enable_testing() # Set library code set(BHLIB_SOURCE + src/algo.c src/hashmap.c src/queue.c ) set(BHLIB_HEADER + include/bh/algo.h include/bh/hashmap.h include/bh/queue.h ) |
