Meta: Removed unused LibVT from the GN build

This commit is contained in:
Timothy Flynn 2024-06-03 19:53:22 -04:00 committed by Andreas Kling
commit 0cb1564615
Notes: sideshowbarker 2024-07-17 10:05:47 +09:00

View file

@ -1,12 +0,0 @@
import("//Meta/gn/build/compiled_action.gni")
compiled_action("generate_vt_state_machine") {
tool = "//Meta/Lagom/Tools/CodeGenerators/StateMachineGenerator"
inputs = [ "StateMachine.txt" ]
outputs = [ "$root_gen_dir/LibVT/EscapeSequenceStateMachine.h" ]
args = [
"-o",
rebase_path(outputs[0], root_build_dir),
rebase_path(inputs[0], root_build_dir),
]
}