blob: f3462d2fe4e8d5ebafd6178016183785d87ff721 [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",
"//zircon/system/ulib/async-loop:async-loop-cpp",
"//zircon/system/ulib/async-loop:async-loop-default",
"//zircon/system/ulib/trace-provider:trace-provider-with-fdio",
# TODO(fxbug.dev/57392): Move it back to //third_party once unification completes.
"//zircon/third_party/rapidjson",
]
}