xo-expression: genfacet for SymbolTable

This commit is contained in:
Roland Conybeare 2026-01-17 01:11:24 -05:00
commit b8e0452730
2 changed files with 11 additions and 1 deletions

View file

@ -22,6 +22,16 @@ add_definitions(${PROJECT_CXX_FLAGS})
add_subdirectory(utest)
# note: manual target; generated code committed to git
xo_add_genfacet(
TARGET xo-expression2-facet-symboltable
FACET SymbolTable
INPUT idl/SymbolTable.json5
OUTPUT_HPP_DIR include/xo/expression2
OUTPUT_IMPL_SUBDIR detail
OUTPUT_CPP_DIR src/expression2
)
# note: manual target; generated code committed to git
xo_add_genfacet(
TARGET xo-expression2-facet-expression

View file

@ -75,4 +75,4 @@ using IExpression_ImplType = xo::facet::FacetImplType<AExpression, DRepr>;
} /*namespace scm*/
} /*namespace xo*/
/* */
/* */