Sha256: 82a9c9bf318fba563c644b2cc4d927a7729c47fa031ceadf878f901c60ef79f6
Contents?: true
Size: 476 Bytes
Versions: 44
Compression:
Stored size: 476 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': 'hello', 'type': 'executable', 'sources': [ 'hello.c', 'bogus.c', 'also/not/real.c', 'also/not/real2.c', ], 'sources!': [ 'bogus.c', 'also/not/real.c', 'also/not/real2.c', ], }, ], }
Version data entries
44 entries across 44 versions & 7 rubygems