xo-reader: + exprrepl example

This commit is contained in:
Roland Conybeare 2025-07-04 10:11:34 -05:00
commit 97ff0e13a6
3 changed files with 73 additions and 0 deletions

View file

@ -0,0 +1,11 @@
# xo-reader/example/exprrepl/CMakeLists.txt
set(SELF_EXE xo_expression_repl)
set(SELF_SRCS exprrepl.cpp)
if (XO_ENABLE_EXAMPLES)
xo_add_executable(${SELF_EXE} ${SELF_SRCS})
xo_dependency(${SELF_EXE} xo_reader)
endif()
# end CMakeLists.txt