blob: 0f1db3547eeab6951bda7a91f1776c56f54cc9ff [file] [log] [blame]
# Copyright 2017 Google Inc. All Rights Reserved.
# Copied from libassistant/internal/third_party
import("//chromecast/chromecast.gni")
config("common_config") {
include_dirs = [ "//chromecast/internal/vendor/media/eigen3/" ]
cflags_cc = [ "-Wno-int-in-bool-context" ]
}
cast_source_set("eigen3") {
public_configs = [ ":common_config" ]
}