blob: 2ff312c0ee8b51f651b7f4242cc431c87eb18235 [file] [log] [blame]
# Copyright 2013 The Flutter Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//flutter/examples/examples.gni")
if (build_embedder_examples) {
executable("glfw") {
output_name = "embedder_example"
sources = [ "FlutterEmbedderGLFW.cc" ]
deps = [
"//flutter/shell/platform/embedder:embedder",
"//third_party/glfw",
]
}
}