xo-ratio: missing build dep9

This commit is contained in:
Roland Conybeare 2025-06-22 16:14:30 -05:00
commit acdf52fe5a

View file

@ -7,6 +7,7 @@ if (XO_ENABLE_EXAMPLES)
add_executable(${SELF_EXE} ${SELF_SRCS})
xo_include_options2(${SELF_EXE})
xo_self_dependency(${SELF_EXE} xo_ratio)
xo_self_dependency(${SELF_EXE} indentlog)
endif()
# end CMakeLists.txt