blob: c67bc2f0113a73088f5fbf180bf55012a2711838 [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" ]
}