Sha256: a15c344a49e7a32b6d366e7bdd045cebcbd994e3f88a4fd4139014fcd6c7fc2d
Contents?: true
Size: 453 Bytes
Versions: 44
Compression:
Stored size: 453 Bytes
Contents
# Copyright (c) 2012 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': 'lib', 'product_name': 'Test', 'type': 'static_library', 'sources': [ 'my_file.cc' ], }, { 'target_name': 'exe', 'product_name': 'Test', 'type': 'executable', 'dependencies': [ 'lib' ], 'sources': [ 'my_main_file.cc' ], }, ] }
Version data entries
44 entries across 44 versions & 7 rubygems