xo-umbrella2/xo-indentlog/example/hello/CMakeLists.txt
Roland Conybeare 58571749c4
Some checks failed
cmake-docker / cmake-build (push) Successful in 10m7s
CI / smoke-test (push) Has been cancelled
xo-indentlog: bugfix: missing self-dependency [BUILD]
2026-07-25 16:27:02 -04:00

5 lines
139 B
CMake

if (XO_ENABLE_EXAMPLES)
add_executable(hello hello.cpp)
xo_include_options2(hello)
xo_self_dependency(hello indentlog)
endif()