xo-indentlog: streamline build for examples

This commit is contained in:
Roland Conybeare 2024-05-30 16:35:01 -04:00
commit 25039f88e8
7 changed files with 42 additions and 25 deletions

View file

@ -1,2 +1,4 @@
add_executable(hello hello.cpp)
xo_include_options2(hello)
if (XO_ENABLE_EXAMPLES)
add_executable(hello hello.cpp)
xo_include_options2(hello)
endif()