+ LinearAlloc + utest
This commit is contained in:
parent
b5e7d91883
commit
8970f51dbd
12 changed files with 495 additions and 0 deletions
11
src/alloc/CMakeLists.txt
Normal file
11
src/alloc/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# alloc/CMakeLists.txt
|
||||
|
||||
set(SELF_LIB xo_alloc)
|
||||
set(SELF_SRCS
|
||||
LinearAlloc.cpp
|
||||
)
|
||||
|
||||
xo_add_shared_library4(${SELF_LIB} ${PROJECT_NAME}Targets ${PROJECT_VERSION} 1 ${SELF_SRCS})
|
||||
xo_dependency(${SELF_LIB} indentlog)
|
||||
|
||||
#end CMakeLists.txt
|
||||
Loading…
Add table
Add a link
Reference in a new issue