build: retire FACET argument to genfacetimpl
This commit is contained in:
parent
2897bbb7c8
commit
26bc2539e0
1 changed files with 0 additions and 4 deletions
|
|
@ -23,7 +23,6 @@ add_definitions(${PROJECT_CXX_FLAGS})
|
|||
xo_add_genfacetimpl(
|
||||
TARGET xo-stringtable2-facetimpl-gcobject-string
|
||||
FACET_PKG xo_alloc2
|
||||
FACET GCObject
|
||||
# REPR String
|
||||
INPUT idl/IGCObject_DString.json5
|
||||
)
|
||||
|
|
@ -32,7 +31,6 @@ xo_add_genfacetimpl(
|
|||
xo_add_genfacetimpl(
|
||||
TARGET xo-stringtable2-facetimpl-printable-string
|
||||
FACET_PKG xo_printable2
|
||||
FACET Printable
|
||||
# REPR String
|
||||
INPUT idl/IPrintable_DString.json5
|
||||
)
|
||||
|
|
@ -43,7 +41,6 @@ xo_add_genfacetimpl(
|
|||
xo_add_genfacetimpl(
|
||||
TARGET xo-stringtable2-facetimpl-gcobject-uniquestring
|
||||
FACET_PKG xo_alloc2
|
||||
FACET GCObject
|
||||
# REPR UniqueString
|
||||
INPUT idl/IGCObject_DUniqueString.json5
|
||||
)
|
||||
|
|
@ -52,7 +49,6 @@ xo_add_genfacetimpl(
|
|||
xo_add_genfacetimpl(
|
||||
TARGET xo-stringtable2-facetimpl-printable-uniquestring
|
||||
FACET_PKG xo_printable2
|
||||
FACET Printable
|
||||
# REPR UniqueString
|
||||
INPUT idl/IPrintable_DUniqueString.json5
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue