Skip to content

Commit b0d0a34

Browse files
committed
exclude CMake from Package.swift
1 parent be6112e commit b0d0a34

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Package.swift

+4-2
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ let package = Package(
126126
"CMakeLists.txt",
127127
"ProcessInfo/CMakeLists.txt",
128128
"FileManager/CMakeLists.txt",
129-
"URL/CMakeLists.txt"
129+
"URL/CMakeLists.txt",
130+
"ProgressReporter/CMakeLists.txt"
130131
],
131132
cSettings: [
132133
.define("_GNU_SOURCE", .when(platforms: [.linux]))
@@ -167,7 +168,8 @@ let package = Package(
167168
"Locale/CMakeLists.txt",
168169
"Calendar/CMakeLists.txt",
169170
"CMakeLists.txt",
170-
"Predicate/CMakeLists.txt"
171+
"Predicate/CMakeLists.txt",
172+
"ProgressReporter/CMakeLists.txt"
171173
],
172174
cSettings: wasiLibcCSettings,
173175
swiftSettings: [

0 commit comments

Comments
 (0)