xo-reader: + exprrepl example
This commit is contained in:
parent
2bf7c3d9dc
commit
97ff0e13a6
3 changed files with 73 additions and 0 deletions
11
examples/exprrepl/CMakeLists.txt
Normal file
11
examples/exprrepl/CMakeLists.txt
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue