Skip to content

Commit b1e79cd

Browse files
authored
Fix CMake build after #347 (#366)
1 parent e731d29 commit b1e79cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Sources/SWBApplePlatform/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ file(CONFIGURE
2929
ESCAPE_QUOTES @ONLY NEWLINE_STYLE LF)
3030

3131
add_library(SWBApplePlatform STATIC
32+
AppIntentsMetadataCompiler.swift
33+
AppIntentsMetadataTaskProducer.swift
34+
AppIntentsSSUTrainingCompiler.swift
3235
AssetCatalogCompiler.swift
3336
CopyTiffFile.swift
3437
CoreDataCompiler.swift

Sources/SWBCore/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ add_library(SWBCore
136136
SpecImplementations/SpecParser.swift
137137
SpecImplementations/SpecRegistry.swift
138138
SpecImplementations/Specs.swift
139-
SpecImplementations/Tools/AppIntentsMetadataCompiler.swift
140-
SpecImplementations/Tools/AppIntentsSSUTrainingCompiler.swift
141139
SpecImplementations/Tools/AppShortcutStringsMetadataCompiler.swift
142140
SpecImplementations/Tools/CCompiler.swift
143141
SpecImplementations/Tools/ClangModuleVerifierInputGenerator.swift

Sources/SWBTaskConstruction/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ add_library(SWBTaskConstruction
2828
TaskProducers/BuildPhaseTaskProducers/ShellScriptTaskProducer.swift
2929
TaskProducers/BuildPhaseTaskProducers/SourcesTaskProducer.swift
3030
TaskProducers/BuildPhaseTaskProducers/SwiftPackageCopyFilesTaskProducer.swift
31-
TaskProducers/OtherTaskProducers/AppIntentsMetadataTaskProducer.swift
3231
TaskProducers/OtherTaskProducers/CopySwiftPackageResourcesTaskProducer.swift
3332
TaskProducers/OtherTaskProducers/CustomTaskProducer.swift
3433
TaskProducers/OtherTaskProducers/DevelopmentAssetsTaskProducer.swift

0 commit comments

Comments
 (0)