xo-tokenizer2/xo-alloc/src/alloc/CMakeLists.txt
Roland Conybeare 43161d5e89 Add 'xo-alloc/' from commit '8970f51dbd'
git-subtree-dir: xo-alloc
git-subtree-mainline: b1ecf98791
git-subtree-split: 8970f51dbd
2025-07-29 07:20:49 -05:00

11 lines
235 B
CMake

# 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