xo-alloc/xo-indentlog/example/ex2/CMakeLists.txt
Roland Conybeare 341fcfd1c7 Add 'xo-indentlog/' from commit 'd43c4af0b4'
git-subtree-dir: xo-indentlog
git-subtree-mainline: 1c3f033933
git-subtree-split: d43c4af0b4
2025-05-10 17:00:33 -05:00

6 lines
185 B
CMake

# NOTE: need target names to be globally unique within the xo umbrella
if (XO_ENABLE_EXAMPLES)
add_executable(indentlog_ex2 ex2.cpp)
xo_include_options2(indentlog_ex2)
endif()