From acdf52fe5ae0b1dcbcfff6dfe1f0aef33771ff54 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sun, 22 Jun 2025 16:14:30 -0500 Subject: [PATCH] xo-ratio: missing build dep9 --- xo-ratio/example/ex1/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/xo-ratio/example/ex1/CMakeLists.txt b/xo-ratio/example/ex1/CMakeLists.txt index abe9347c..db66601f 100644 --- a/xo-ratio/example/ex1/CMakeLists.txt +++ b/xo-ratio/example/ex1/CMakeLists.txt @@ -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