Sha256: ed02285e09fba3bfc4b3d4235ae0b77108c190614ec8a3f81e419521c72bc0f0
Contents?: true
Size: 565 Bytes
Versions: 44
Compression:
Stored size: 565 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. { 'target_defaults': { 'configurations': { 'Debug': {}, 'Release': {}, }, }, 'targets': [ { 'target_name': 'random_target', 'type': 'executable', 'sources': [ 'main.c', ], 'postbuilds': [ { 'postbuild_name': 'Touch a file.', 'action': [ './postbuild-touch-file.sh', ], }, ], }, ], }
Version data entries
44 entries across 44 versions & 7 rubygems