xo-alloc2: work on fomo Arena
This commit is contained in:
parent
19e612dd14
commit
a69158ab32
13 changed files with 507 additions and 8 deletions
11
src/alloc2/CMakeLists.txt
Normal file
11
src/alloc2/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# alloc2/CMakeLists.txt
|
||||
|
||||
set(SELF_LIB xo_alloc2)
|
||||
set(SELF_SRCS
|
||||
DArena.cpp
|
||||
IAllocator_DArena.cpp
|
||||
)
|
||||
|
||||
xo_add_shared_library4(${SELF_LIB} ${PROJECT_NAME}Targets ${PROJECT_VERSION} 1 ${SELF_SRCS})
|
||||
# note: deps here must also appear in cmake/xo_alloc2Config.cmake.in
|
||||
xo_dependency(${SELF_LIB} xo_facet)
|
||||
Loading…
Add table
Add a link
Reference in a new issue