Sha256: a68bda937de706df9286039eba33361251639a5eaff5ac071a6119d2ad9b38f6
Contents?: true
Size: 607 Bytes
Versions: 28
Compression:
Stored size: 607 Bytes
Contents
# Copyright (c) 2010 Google Inc. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. { 'targets': [ { 'target_name': 'hello1', 'type': 'executable', 'sources': [ '<(CONFIGURATION_NAME)/hello.cc', ], }, { 'target_name': 'hello2', 'type': 'executable', 'sources': [ './<(CONFIGURATION_NAME)/hello.cc', ], }, ], 'target_defaults': { 'default_configuration': 'C1', 'configurations': { 'C1': { }, 'C2': { }, }, }, }
Version data entries
28 entries across 28 versions & 5 rubygems