blob: e5912e2ddccbeddf381e86af03ed0948ccd5472a [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("waterfall2") {
sources = [
"waterfall_demo.cc",
"waterfall_demo.h",
"waterfall_main.cc",
]
deps = [
"//garnet/examples/escher/common",
"//garnet/examples/escher/waterfall:scenes",
"//garnet/public/lib/escher:vulkan",
]
include_dirs = [
"//lib",
"//garnet/public/lib/escher",
"//third_party/glm",
]
if (is_fuchsia) {
deps += [ "//zircon/public/lib/trace" ]
}
}