xo-indentlog: build: cosmetic

This commit is contained in:
Roland Conybeare 2025-09-22 12:53:12 -04:00
commit a996cf6a83

View file

@ -1,4 +1,7 @@
set(SELF_EXE indentlog_ex1)
set(SELF_SRCS ex1.cpp)
if (XO_ENABLE_EXAMPLES)
add_executable(indentlog_ex1 ex1.cpp)
add_executable(${SELF_EXE} ${SELF_SRCS})
xo_include_options2(indentlog_ex1)
endif()