blob: b83b8f58fc0c759691a85bb618d83b433cfbbc4a [file] [log] [blame]
# Copyright 2010 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
executable("paper_shader_compiler") {
output_name = "paper_shader_compiler"
sources = [ "main.cc" ]
deps = [
# Shader precompiler should always be built with glslang.
"//sdk/lib/syslog/cpp",
"//src/ui/lib/escher:escher_with_glslang",
"//src/ui/lib/escher/shaders/util:shader_utils",
"//third_party/glm",
"//third_party/shaderc:libshaderc",
]
include_dirs = [
"//lib",
"//src/ui/lib/escher",
]
}