xo-unit: ex1: use new xo_add_executable() cmake macro

This commit is contained in:
Roland Conybeare 2024-05-04 15:01:04 -04:00
commit 17c863893e

View file

@ -3,8 +3,7 @@
set(SELF_EXE xo_unit_ex1)
set(SELF_SRCS ex1.cpp)
add_executable(${SELF_EXE} ${SELF_SRCS})
xo_include_options2(${SELF_EXE})
xo_add_executable(${SELF_EXE} ${SELF_SRCS})
# ----------------------------------------------------------------
# dependencies..