Skip to content

Commit 652402e

Browse files
authored
Merge pull request #86189 from edymtt/edymtt/add-json-formatter-files-to-runtimes-build-system
Compile JSON formatting code in new Runtimes build system
2 parents 233dca0 + 2258800 commit 652402e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Runtimes/Supplemental/Runtime/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ add_library(swiftRuntime
115115
Backtrace.swift
116116
Backtrace+Codable.swift
117117
BacktraceFormatter.swift
118+
BacktraceJSONFormatter.swift
118119
Base64.swift
119120
ByteSwapping.swift
120121
CachingMemoryReader.swift
@@ -123,6 +124,8 @@ add_library(swiftRuntime
123124
Compression.swift
124125
Context.swift
125126
CoreSymbolication.swift
127+
CrashLog.swift
128+
CrashLogCapture.swift
126129
Dwarf.swift
127130
EightByteBuffer.swift
128131
Elf.swift

0 commit comments

Comments
 (0)