We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9a5a8 commit b82af78Copy full SHA for b82af78
ecsact/codegen/plugin.hh
@@ -7,7 +7,7 @@
7
#include <cstring>
8
#include <iterator>
9
#include "ecsact/runtime/common.h"
10
-#include "ecsact/codegen_plugin.h"
+#include "ecsact/codegen/plugin.h"
11
12
namespace ecsact {
13
test/BUILD.bazel
@@ -7,6 +7,9 @@ cc_binary(
name = "mock_plugin_bin",
linkshared = True,
copts = copts,
+ deps = [
+ "@ecsact_codegen//:plugin",
+ ],
)
14
15
ecsact_codegen_plugin(
test/mock_plugin.cc
@@ -0,0 +1,2 @@
1
2
+#include "ecsact/codegen/plugin.hh"
0 commit comments