blob: 9c59b84e691ff5f369ba2a1e5af660af45e737ad [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.
executable("glfw") {
output_name = "embedder_example"
sources = [ "FlutterEmbedderGLFW.cc" ]
deps = [
"//flutter/shell/platform/embedder:embedder",
"//third_party/glfw",
]
}