cosmetic
This commit is contained in:
parent
4a4a4afa1f
commit
1ad73914bb
2 changed files with 2 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue