add generic hashmap and memory usage fix
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
server = files('main.c', 'server/server.c')
|
||||
server += files('utils/utils.c', 'utils/hashmap.c', 'utils/config.c')
|
||||
server += files('http/http.c')
|
||||
|
||||
test = files('../test/hashmap_test.c')
|
||||
test += files('utils/hashmap.c')
|
||||
|
||||
Reference in New Issue
Block a user