Sha256: 0b7ca4d02f9d76ead59c0b81ed68054fc2d1aa8637b0a6d7b860fbf26242dfc3
Contents?: true
Size: 672 Bytes
Versions: 28
Compression:
Stored size: 672 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. { 'target_defaults': { 'target_conditions': [ ['has_lame==1', { 'sources/': [ ['exclude', 'lame'], ], }], ], }, 'targets': [ { 'target_name': 'program', 'type': 'executable', 'variables': { 'has_lame': 1, }, 'include_dirs': [ '<(SHARED_INTERMEDIATE_DIR)', ], 'defines': [ 'FOO="^(_sources)"', ], 'sources': [ 'program.cc', 'this_is_lame.cc', ], }, ], }
Version data entries
28 entries across 28 versions & 5 rubygems