Add object pool
This commit is contained in:
@@ -37,6 +37,7 @@ set(BreezeSources
|
||||
|
||||
breeze/utils/array.c
|
||||
breeze/utils/heap.c
|
||||
breeze/utils/object_pool.c
|
||||
breeze/utils/tokenizer.c
|
||||
)
|
||||
|
||||
@@ -51,6 +52,7 @@ set(BreezeHeaders
|
||||
|
||||
breeze/utils/array.h
|
||||
breeze/utils/heap.h
|
||||
breeze/utils/object_pool.h
|
||||
breeze/utils/string.h
|
||||
breeze/utils/tokenizer.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user