xo-reader2: refactor: move apply genfacet to subdirs
This commit is contained in:
parent
af978694ac
commit
6a0333765a
9 changed files with 11 additions and 11 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
mode: "implementation",
|
||||
output_cpp_dir: "src/reader2",
|
||||
output_cpp_dir: "src/reader2/facet",
|
||||
output_hpp_dir: "include/xo/reader2",
|
||||
output_impl_subdir: "ssm",
|
||||
output_impl_subdir: "apply",
|
||||
includes: [ "<xo/printable2/Printable.hpp>",
|
||||
"<xo/printable2/detail/IPrintable_Xfer.hpp>" ],
|
||||
local_types: [],
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
mode: "implementation",
|
||||
output_cpp_dir: "src/reader2",
|
||||
output_cpp_dir: "src/reader2/facet",
|
||||
output_hpp_dir: "include/xo/reader2",
|
||||
output_impl_subdir: "ssm",
|
||||
output_impl_subdir: "apply",
|
||||
includes: [ "\"SyntaxStateMachine.hpp\"",
|
||||
"\"ssm/ISyntaxStateMachine_Xfer.hpp\"" ],
|
||||
local_types: [ ],
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "DApplySsm.hpp"
|
||||
#include "ssm/ISyntaxStateMachine_DApplySsm.hpp"
|
||||
#include "ssm/IPrintable_DApplySsm.hpp"
|
||||
#include "apply/DApplySsm.hpp"
|
||||
#include "apply/ISyntaxStateMachine_DApplySsm.hpp"
|
||||
#include "apply/IPrintable_DApplySsm.hpp"
|
||||
|
||||
/* end ApplySsm.hpp */
|
||||
|
|
|
|||
|
|
@ -42,8 +42,8 @@ set(SELF_SRCS
|
|||
facet/IPrintable_DLambdaSsm.cpp
|
||||
|
||||
DApplySsm.cpp
|
||||
ISyntaxStateMachine_DApplySsm.cpp
|
||||
IPrintable_DApplySsm.cpp
|
||||
facet/ISyntaxStateMachine_DApplySsm.cpp
|
||||
facet/IPrintable_DApplySsm.cpp
|
||||
|
||||
DParenSsm.cpp
|
||||
ISyntaxStateMachine_DParenSsm.cpp
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
* [idl/IPrintable_DApplySsm.json5]
|
||||
**/
|
||||
|
||||
#include "ssm/IPrintable_DApplySsm.hpp"
|
||||
#include "apply/IPrintable_DApplySsm.hpp"
|
||||
|
||||
namespace xo {
|
||||
namespace scm {
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
* [idl/ISyntaxStateMachine_DApplySsm.json5]
|
||||
**/
|
||||
|
||||
#include "ssm/ISyntaxStateMachine_DApplySsm.hpp"
|
||||
#include "apply/ISyntaxStateMachine_DApplySsm.hpp"
|
||||
|
||||
namespace xo {
|
||||
namespace scm {
|
||||
Loading…
Add table
Add a link
Reference in a new issue