xo-expression: genfacet for SymbolTable
This commit is contained in:
parent
e3e16fb842
commit
c4f31592fc
2 changed files with 11 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -75,4 +75,4 @@ using IExpression_ImplType = xo::facet::FacetImplType<AExpression, DRepr>;
|
|||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
||||
/* */
|
||||
/* */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue