blob: d9e5eb02288df0c44db6c6a47f394994f1e08ecc [file] [log] [blame] [edit]
#Copyright 2017 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("simple_sine") {
sources = [
"main.cc",
"simple_sine.cc",
"simple_sine.h",
]
deps = [
"//garnet/public/lib/app/cpp",
"//garnet/public/lib/fsl",
"//garnet/public/lib/fxl",
"//garnet/public/lib/media/fidl",
]
}