From 8e1e31c1874220932efd5088ee3bbe7302e3c5b6 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Mon, 16 Feb 2026 22:33:32 -0500 Subject: [PATCH] xo-facet: move output-hpp-dir + subdir to idl/*.json5 --- idl/ResourceVisitor.json5 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/idl/ResourceVisitor.json5 b/idl/ResourceVisitor.json5 index 79c9d81..54effc4 100644 --- a/idl/ResourceVisitor.json5 +++ b/idl/ResourceVisitor.json5 @@ -1,6 +1,8 @@ { mode: "facet", output_cpp_dir: "src/alloc2", + output_hpp_dir: "include/xo/alloc2", + output_impl_subdir: "visitor", includes: [ "\"Allocator.hpp\"" ],