Files
.github
CMakeModules
dist
externals
FidelityFX-FSR
SDL
Vulkan-Headers
cmake-modules
cpp-httplib
cpp-jwt
cubeb
.github
cmake
docs
googletest
build-aux
cmake
codegear
include
m4
make
msvc
samples
scripts
src
test
xcode
Config
DebugProject.xcconfig
FrameworkTarget.xcconfig
General.xcconfig
ReleaseProject.xcconfig
StaticLibraryTarget.xcconfig
TestTarget.xcconfig
Resources
Samples
Scripts
gtest.xcodeproj
CHANGES
CMakeLists.txt
CONTRIBUTORS
COPYING
Makefile.am
README
configure.ac
include
src
subprojects
test
tools
.clang-format
.gitignore
.gitmodules
AUTHORS
CMakeLists.txt
Config.cmake.in
INSTALL.md
LICENSE
README.md
cubeb.supp
scan-build-install.sh
discord-rpc
dynarmic
enet
ffmpeg
find-modules
getopt
glad
inih
libressl
libusb
mbedtls
microprofile
opus
sirit
soundtouch
vcpkg
xbyak
CMakeLists.txt
patches
src
CMakeLists.txt
LICENSE.txt
README.md
license.txt
yuzu/externals/cubeb/googletest/xcode/Config/StaticLibraryTarget.xcconfig
2020-12-28 15:15:37 +00:00

19 lines
587 B
Plaintext
Executable File

//
// StaticLibraryTarget.xcconfig
//
// These are static library target settings for libgtest.a. It
// is set in the "Based On:" dropdown in the "Target" info dialog.
// This file is based on the Xcode Configuration files in:
// http://code.google.com/p/google-toolbox-for-mac/
//
// Static libs can be included in bundles so make them position independent
GCC_DYNAMIC_NO_PIC = NO
// Static libs should not have their internal globals or external symbols
// stripped.
STRIP_STYLE = debugging
// Let the user install by specifying the $DSTROOT with xcodebuild
SKIP_INSTALL = NO