(OSX10.7) Add C++ source files

This commit is contained in:
Twinaphex 2019-04-24 03:59:55 +02:00
parent e9bbc8d8dd
commit f3d04b7562
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,7 @@
509F0C9D1AA23AFC00619ECC /* griffin_objc.m in Sources */ = {isa = PBXBuildFile; fileRef = 509F0C9C1AA23AFC00619ECC /* griffin_objc.m */; };
50BD99D5226FF5BA00CD6BAB /* griffin_cpp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 50BD99D4226FF5BA00CD6BAB /* griffin_cpp.cpp */; };
50BD99D6226FF5F200CD6BAB /* griffin_cpp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 50BD99D4226FF5BA00CD6BAB /* griffin_cpp.cpp */; };
50F0B420226FFA6400E03AA6 /* griffin_glslang.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 50F0B41F226FFA6400E03AA6 /* griffin_glslang.cpp */; };
840222FC1A889EE2009AB261 /* griffin.c in Sources */ = {isa = PBXBuildFile; fileRef = 840222FB1A889EE2009AB261 /* griffin.c */; };
84DD5EA31A89E2AA007336C1 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 29B97324FDCFA39411CA2CEA /* AppKit.framework */; };
84DD5EA91A89E4BE007336C1 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84DD5EA81A89E4BE007336C1 /* CoreAudio.framework */; };
@ -82,6 +83,7 @@
5061C8A31AE47E510080AE14 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
509F0C9C1AA23AFC00619ECC /* griffin_objc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = griffin_objc.m; path = ../../griffin/griffin_objc.m; sourceTree = "<group>"; };
50BD99D4226FF5BA00CD6BAB /* griffin_cpp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = griffin_cpp.cpp; path = ../../griffin/griffin_cpp.cpp; sourceTree = "<group>"; };
50F0B41F226FFA6400E03AA6 /* griffin_glslang.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = griffin_glslang.cpp; path = ../../griffin/griffin_glslang.cpp; sourceTree = "<group>"; };
840222FB1A889EE2009AB261 /* griffin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = griffin.c; path = ../../griffin/griffin.c; sourceTree = SOURCE_ROOT; };
84DD5E9E1A88E45B007336C1 /* CoreVideo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreVideo.framework; path = /System/Library/Frameworks/CoreVideo.framework; sourceTree = "<absolute>"; };
84DD5EA61A89E406007336C1 /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = /System/Library/Frameworks/CoreLocation.framework; sourceTree = "<absolute>"; };
@ -213,6 +215,7 @@
840222FA1A889EA2009AB261 /* Core */ = {
isa = PBXGroup;
children = (
50F0B41F226FFA6400E03AA6 /* griffin_glslang.cpp */,
50BD99D4226FF5BA00CD6BAB /* griffin_cpp.cpp */,
509F0C9C1AA23AFC00619ECC /* griffin_objc.m */,
840222FB1A889EE2009AB261 /* griffin.c */,
@ -323,6 +326,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
50F0B420226FFA6400E03AA6 /* griffin_glslang.cpp in Sources */,
50BD99D5226FF5BA00CD6BAB /* griffin_cpp.cpp in Sources */,
500845291B89300700CE6073 /* griffin_objc.m in Sources */,
5008452A1B89300700CE6073 /* griffin.c in Sources */,