Sha256: 4e5bdacb4ec81cbcadfe2b7a9b29af9dad4687c12f7f7cd8126b54fe1e87312a
Contents?: true
Size: 457 Bytes
Versions: 44
Compression:
Stored size: 457 Bytes
Contents
# Copyright (c) 2009 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': 'prog1', 'type': 'executable', 'sources': [ 'prog1.c', 'common.c', ], }, { 'target_name': 'prog2', 'type': 'executable', 'sources': [ 'prog2.c', 'common.c', ], }, ], }
Version data entries
44 entries across 44 versions & 7 rubygems