build: use streamlined xo-cmake api

This commit is contained in:
Roland Conybeare 2023-10-22 17:26:35 -04:00
commit ef1e0b0371

View file

@ -38,7 +38,7 @@ add_subdirectory(utest)
set(SELF_SHORTNAME ordinaltree)
set(SELF_LIB xo_${SELF_SHORTNAME})
xo_add_headeronly_library5(${SELF_LIB} ${SELF_SHORTNAME})
xo_add_headeronly_library(${SELF_LIB})
# ----------------------------------------------------------------
#