This commit is contained in:
Roland Conybeare 2026-01-11 12:32:41 -05:00
commit 1ad73914bb
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# scaffold-headeronly - Create a new xo library subdirectory
# scaffold-subdir - Create a new xo library subdirectory
#
# Usage: scaffold-headeronly [--mode=headeronly|shared] <name>
# where <name> is the short name (e.g., "arena" creates "xo-arena")

View file

@ -18,6 +18,7 @@ add_definitions(${PROJECT_CXX_FLAGS})
# ----------------------------------------------------------------
# note: manual target; generated code committed to git
xo_add_genfacet(
TARGET xo-object2-facet-sequence
FACET Sequence