Skip to content

Commit c69852d

Browse files
committed
CoreFoundation: synchronise source list
1 parent b7b99c4 commit c69852d

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CoreFoundation/CMakeLists.txt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,17 @@ add_framework(CoreFoundation
5454
Base.subproj/CFKnownLocations.h
5555
Base.subproj/CFLogUtilities.h
5656
Base.subproj/CFPriv.h
57+
Base.subproj/CFOverflow.h
5758
Base.subproj/CFRuntime.h
59+
Base.subproj/CFRuntime_Internal.h
5860
Base.subproj/ForFoundationOnly.h
5961
Base.subproj/ForSwiftFoundationOnly.h
6062
# Collections
6163
Collections.subproj/CFBasicHash.h
6264
Collections.subproj/CFStorage.h
65+
Collections.subproj/CFCollections_Internal.h
6366
# Error
64-
Error.subproj//CFError_Private.h
67+
Error.subproj/CFError_Private.h
6568
# Locale
6669
Locale.subproj/CFDateFormatter_Private.h
6770
Locale.subproj/CFICULogging.h
@@ -78,15 +81,20 @@ add_framework(CoreFoundation
7881
PlugIn.subproj/CFBundle_BinaryTypes.h
7982
PlugIn.subproj/CFBundle_Internal.h
8083
PlugIn.subproj/CFPlugIn_Factory.h
84+
# RunLoop
85+
RunLoop.subproj/CFMachPort_Internal.h
86+
RunLoop.subproj/CFMachPort_Lifetime.h
8187
# Stream
8288
Stream.subproj/CFStreamAbstract.h
8389
Stream.subproj/CFStreamInternal.h
8490
Stream.subproj/CFStreamPriv.h
8591
# String
92+
String.subproj/CFAttributedStringPriv.h
8693
String.subproj/CFBurstTrie.h
8794
String.subproj/CFCharacterSetPriv.h
8895
String.subproj/CFRegularExpression.h
8996
String.subproj/CFRunArray.h
97+
String.subproj/CFString_Internal.h
9098
String.subproj/CFStringDefaultEncoding.h
9199
String.subproj/CFStringLocalizedFormattingInternal.h
92100
# StringEncodings
@@ -117,6 +125,8 @@ add_framework(CoreFoundation
117125
Stream.subproj/CFStreamPriv.h
118126
String.subproj/CFRegularExpression.h
119127
String.subproj/CFRunArray.h
128+
StringEncodings.subproj/CFStringEncodingConverter.h
129+
StringEncodings.subproj/CFStringEncodingConverterExt.h
120130
URL.subproj/CFURLPriv.h
121131
URL.subproj/CFURLSessionInterface.h
122132

@@ -243,6 +253,8 @@ add_framework(CoreFoundation
243253
Preferences.subproj/CFPreferences.c
244254
Preferences.subproj/CFXMLPreferencesDomain.c
245255
# RunLoop
256+
# TODO(compnerd) make this empty on non-Mach targets
257+
# RunLoop.subproj/CFMachPort_Lifetime.c
246258
RunLoop.subproj/CFRunLoop.c
247259
RunLoop.subproj/CFSocket.c
248260
# Stream

0 commit comments

Comments
 (0)