/core/externals/google-toolbox-for-mac/XcodeConfig/Target/StaticLibraryGCSupported.xcconfig
Xcode Config | 30 lines | 2 code | 2 blank | 26 comment | 0 complexity | d5aa27b3d2ba761aa5243dfa23631339 MD5 | raw file
1// 2// StaticLibraryGCSupported.xcconfig 3// 4// Xcode configuration file for a static library target that supports garbage 5// collection. 6// 7// This is a _Target_ config file, for use in the "Based on" popup of the 8// settings dialog for a target. Do not attempt to apply this as the base 9// of an Xcode configuration in the project settings dialog. 10// 11// Copyright 2006-2008 Google Inc. 12// 13// Licensed under the Apache License, Version 2.0 (the "License"); you may not 14// use this file except in compliance with the License. You may obtain a copy 15// of the License at 16// 17// http://www.apache.org/licenses/LICENSE-2.0 18// 19// Unless required by applicable law or agreed to in writing, software 20// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 21// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 22// License for the specific language governing permissions and limitations under 23// the License. 24// 25 26// Include the basic Static Library config 27#include "StaticLibrary.xcconfig" 28 29// Include the GC flag(s) 30#include "../subconfig/GCSupported.xcconfig"