xo-reader/xo-tokenizer/src/tokenizer/CMakeLists.txt
Roland Conybeare 6395a7a285 Add 'xo-tokenizer/' from commit '830c6ebe55'
git-subtree-dir: xo-tokenizer
git-subtree-mainline: e8f65f88cf
git-subtree-split: 830c6ebe55
2025-05-11 01:36:13 -05:00

14 lines
359 B
CMake

# tokenizer/CMakeLists.txt
set(SELF_LIB xo_tokenizer)
set(SELF_SRCS
tokentype.cpp
token.cpp)
xo_add_shared_library4(${SELF_LIB} ${PROJECT_NAME}Targets ${PROJECT_VERSION} 1 ${SELF_SRCS})
#xo_dependency(${SELF_LIB} refcnt)
xo_dependency(${SELF_LIB} indentlog)
#xo_dependency(${SELF_LIB} subsys)
#xo_boost_dependency(${SELF_LIB})
# end CMakeLists.txt