blob: 2add4e905a6d6ee39984b1746a20e42179b96e01 [file] [log] [blame]
# Copyright 2018 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("gltf_export") {
output_name = "gltf_export"
sources = [ "main.cc" ]
configs += [ "//third_party/cobalt:cobalt_config" ]
deps = [
"//sdk/fidl/fuchsia.ui.scenic",
"//sdk/fidl/fuchsia.ui.scenic.internal",
"//sdk/lib/sys/cpp",
"//src/lib/fsl",
"//src/lib/fxl",
"//src/ui/scenic/lib/gfx",
"//src/ui/scenic/lib/scenic",
"//third_party/libpng",
"//third_party/modp_b64",
"//third_party/rapidjson",
"//zircon/public/lib/async-loop-cpp",
"//zircon/public/lib/async-loop-default",
"//zircon/public/lib/trace-provider-with-fdio",
]
}