blob: 3561d7323e0d8898e9935b700943aabea7ffcf2a [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.
config("public_glm_dirs") {
include_dirs = [ "//third_party/glm" ]
}
source_set("glm_workaround") {
sources = [ "glm_workaround.h" ]
public_configs = [ ":public_glm_dirs" ]
}