summaryrefslogtreecommitdiff
path: root/samples/xcode/opengl/openglTarget.xcconfig
diff options
context:
space:
mode:
Diffstat (limited to 'samples/xcode/opengl/openglTarget.xcconfig')
-rw-r--r--samples/xcode/opengl/openglTarget.xcconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/samples/xcode/opengl/openglTarget.xcconfig b/samples/xcode/opengl/openglTarget.xcconfig
new file mode 100644
index 0000000..e95fac5
--- /dev/null
+++ b/samples/xcode/opengl/openglTarget.xcconfig
@@ -0,0 +1,7 @@
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = opengl_Prefix.pch;
+ INFOPLIST_FILE = Info.plist;
+ INSTALL_PATH = $(HOME)/Applications;
+ PRODUCT_NAME = opengl $(CONFIGURATION);
+ STANDARD_C_PLUS_PLUS_LIBRARY_TYPE = Dynamic;
+ GCC_SYMBOLS_PRIVATE_EXTERN = YES;