Skip to content

Commit 4ec6423

Browse files
committed
Update Xcode project to include needed klib header(s)
1 parent b66cd76 commit 4ec6423

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

run/ios/clojurec.xcodeproj/project.pbxproj

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
879981E215AC8872006D4036 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
3535
87C3AAD915B30C9000252CC4 /* cljc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = cljc.m; path = ../../cljc.m; sourceTree = "<group>"; };
3636
87C3AADF15B30E8700252CC4 /* cljc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = cljc.c; path = ../../cljc.c; sourceTree = "<group>"; };
37+
87E5A2AF15E80BDE00357E4B /* khash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = khash.h; path = ../thirdparty/klib/khash.h; sourceTree = "<group>"; };
3738
/* End PBXFileReference section */
3839

3940
/* Begin PBXFrameworksBuildPhase section */
@@ -58,6 +59,7 @@
5859
871D5A6815B514A900442173 /* libcord.a */,
5960
871D5A6915B514A900442173 /* libgc.a */,
6061
879981D815AC8872006D4036 /* clojurec */,
62+
87E5A2A815E80BB200357E4B /* klib */,
6163
879981D115AC8872006D4036 /* Frameworks */,
6264
879981CF15AC8872006D4036 /* Products */,
6365
);
@@ -104,6 +106,14 @@
104106
name = "Supporting Files";
105107
sourceTree = "<group>";
106108
};
109+
87E5A2A815E80BB200357E4B /* klib */ = {
110+
isa = PBXGroup;
111+
children = (
112+
87E5A2AF15E80BDE00357E4B /* khash.h */,
113+
);
114+
name = klib;
115+
sourceTree = "<group>";
116+
};
107117
/* End PBXGroup section */
108118

109119
/* Begin PBXNativeTarget section */

0 commit comments

Comments
 (0)