Sha256: 3518b21bff31d3dc3bc02eee8247fe60fd2215a642cc745a1ae38ec07af4db1e
Contents?: true
Size: 528 Bytes
Versions: 44
Compression:
Stored size: 528 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': 'hello', 'type': 'executable', 'sources': [ 'hello.c', ], 'dependencies': [ 'hellolib', ] }, { 'target_name': 'hellolib', 'type': 'static_library', 'sources': [ 'hello2.c', ], 'msvs_2010_disable_uldi_when_referenced': 1, }, ], }
Version data entries
44 entries across 44 versions & 7 rubygems