xo-expression2: AGCObject support for DVariable
This commit is contained in:
parent
2a7d6d24a8
commit
a26b781101
8 changed files with 176 additions and 0 deletions
|
|
@ -84,6 +84,18 @@ xo_add_genfacetimpl(
|
|||
OUTPUT_CPP_DIR src/expression2
|
||||
)
|
||||
|
||||
# note: manual target; generated code committed to git
|
||||
xo_add_genfacetimpl(
|
||||
TARGET xo-expression2-facetimpl-gcobject-variable
|
||||
FACET_PKG xo_gc
|
||||
FACET GCObject
|
||||
REPR Variable
|
||||
INPUT idl/IGCObject_DVariable.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_genfacetimpl(
|
||||
TARGET xo-expression2-facetimpl-printable-variable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue