kaliber/assets/engine/BUILD.gn

14 lines
305 B
Plaintext
Raw Permalink Normal View History

copy("engine") {
sources = [
2023-10-14 11:21:28 +00:00
"RobotoMono-Regular.ttf",
"imgui.glsl_fragment",
"imgui.glsl_vertex",
"pass_through.glsl_fragment",
"pass_through.glsl_vertex",
"solid.glsl_fragment",
"solid.glsl_vertex",
]
2023-10-14 11:21:28 +00:00
outputs = [ "$root_out_dir/assets/engine/{{source_file_part}}" ]
}