nix build: xo-reader: build + install docs+examples + build fix

This commit is contained in:
Roland Conybeare 2025-09-22 12:47:00 -04:00
commit d719705f2e
5 changed files with 50 additions and 12 deletions

View file

@ -5,7 +5,7 @@ set(SELF_SRCS exprrepl.cpp)
if (XO_ENABLE_EXAMPLES)
xo_add_executable(${SELF_EXE} ${SELF_SRCS})
xo_dependency(${SELF_EXE} xo_reader)
xo_self_dependency(${SELF_EXE} xo_reader)
endif()
# end CMakeLists.txt