xo-object2: bugfix: subdir structure in CMakeLists.txt genfacet
This commit is contained in:
parent
f804d4f1e9
commit
10d3a49a52
1 changed files with 4 additions and 4 deletions
|
|
@ -119,8 +119,8 @@ xo_add_genfacetimpl(
|
|||
FACET Printable
|
||||
REPR String
|
||||
INPUT idl/IPrintable_DString.json5
|
||||
OUTPUT_HPP_DIR include/xo/object2/string
|
||||
OUTPUT_IMPL_SUBDIR .
|
||||
OUTPUT_HPP_DIR include/xo/object2
|
||||
OUTPUT_IMPL_SUBDIR string
|
||||
OUTPUT_CPP_DIR src/object2
|
||||
)
|
||||
|
||||
|
|
@ -131,8 +131,8 @@ xo_add_genfacetimpl(
|
|||
FACET GCObject
|
||||
REPR String
|
||||
INPUT idl/IGCObject_DString.json5
|
||||
OUTPUT_HPP_DIR include/xo/object2/string
|
||||
OUTPUT_IMPL_SUBDIR .
|
||||
OUTPUT_HPP_DIR include/xo/object2
|
||||
OUTPUT_IMPL_SUBDIR string
|
||||
OUTPUT_CPP_DIR src/object2
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue