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 b87d0c5 commit 820418cCopy full SHA for 820418c
BUILD.bazel
@@ -19,16 +19,16 @@ cc_library(
19
20
cc_test(
21
name = "test",
22
- visibility = ["//visibility:private"],
+ srcs = [
23
+ "build_test.cc",
24
+ "//runtime:sources",
25
+ ],
26
copts = copts,
27
defines = [
28
"ECSACT_CORE_API=",
29
"ECSACT_DYNAMIC_API=",
30
],
- srcs = [
- "build_test.cc",
- "//runtime:sources",
31
- ],
+ visibility = ["//visibility:private"],
32
deps = [
33
":lib",
34
"@ecsact_runtime//:common",
@@ -175,6 +175,7 @@ ecsact_build_recipe(
175
"ecsact_get_components",
176
"ecsact_update_component",
177
"ecsact_remove_component",
178
+ "ecsact_stream",
179
# dynamic
180
"ecsact_system_execution_context_same",
181
"ecsact_system_execution_context_entity",
0 commit comments