blob: 784e5654e5e69abb6923d82564ff2d967dc36fc0 [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_drm") {
output_name = "embedder_example_drm"
sources = [ "FlutterEmbedderGLFW.cc" ]
deps = [
"//flutter/shell/platform/embedder:embedder",
"//third_party/glfw",
]
libs = [ "EGL" ]
}
}