xo-umbrella2/xo-unit/example/ex_su/CMakeLists.txt
Roland Conybeare ae1c192a3d
Some checks failed
cmake-docker / cmake-build (clang, clang++) (push) Failing after 22m27s
cmake-docker / cmake-build (gcc, g++) (push) Failing after 21m33s
CI / smoke-test (push) Has started running
xo-unit: use xo-ppsink !xo-indentlog [REFACTOR]
2026-08-06 08:52:20 -04:00

14 lines
433 B
CMake

# xo-unit/example/su/CMakeLists.txt
set(SELF_EXE xo_unit_ex_su)
set(SELF_SRCS ex_su.cpp)
if (XO_ENABLE_EXAMPLES)
xo_add_executable(${SELF_EXE} ${SELF_SRCS})
xo_self_dependency(${SELF_EXE} xo_unit)
xo_headeronly_dependency(${SELF_EXE} xo_ratio)
# bug -- headeronly dependencies not getting propagated, at least in submodule build
xo_headeronly_dependency(${SELF_EXE} xo_flatstring)
endif()
# end CMakeLists.txt