aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/googletest/BUILD.gn
blob: 518360bdbe3dfaf50198886dafe83bcffcfb12a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2017 Google Inc.
#
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("../third_party.gni")

if (!is_win) {
  third_party("googletest") {
    public_include_dirs = [ "../externals/googletest/googletest/include" ]
    include_dirs = [ "../externals/googletest/googletest" ]
    sources = [
      "../externals/googletest/googletest/src/gtest-all.cc",
    ]
  }
}