Add algorithm functions (swaps/sorting/partioning/heaps)
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user