Skip to content

Commit 0eed327

Browse files
committed
Add the new files to the CMakeLists.txts.
1 parent 988d5f8 commit 0eed327

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ if(ENABLE_TESTING)
381381
TestFoundation/TestCodable.swift
382382
TestFoundation/TestDateComponents.swift
383383
TestFoundation/TestDateFormatter.swift
384+
TestFoundation/TestDateIntervalFormatter.swift
384385
TestFoundation/TestDate.swift
385386
TestFoundation/TestDecimal.swift
386387
TestFoundation/TestEnergyFormatter.swift

CoreFoundation/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ add_framework(CoreFoundation
7878
Locale.subproj/CFCalendar_Internal.h
7979
Locale.subproj/CFDateComponents.h
8080
Locale.subproj/CFDateFormatter_Private.h
81+
Locale.subproj/CFDateIntervalFormatter.h
8182
Locale.subproj/CFDateInterval.h
8283
Locale.subproj/CFICULogging.h
8384
Locale.subproj/CFLocaleInternal.h
@@ -232,6 +233,7 @@ add_framework(CoreFoundation
232233
Locale.subproj/CFCalendar_Enumerate.c
233234
Locale.subproj/CFDateComponents.c
234235
Locale.subproj/CFDateFormatter.c
236+
Locale.subproj/CFDateIntervalFormatter.c
235237
Locale.subproj/CFDateInterval.c
236238
Locale.subproj/CFLocale.c
237239
Locale.subproj/CFLocaleIdentifier.c

0 commit comments

Comments
 (0)