aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/rapidjson/BUILD.gn
blob: f9e50b26868a52a24006b2aca191e3708933f9a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 2018 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")

third_party("rapidjson") {
  public_include_dirs = [ "../externals/rapidjson/include" ]
  defines = [ "RAPIDJSON_HAS_CXX11_RVALUE_REFS=1" ]
  sources = []
}