Skip to content

Commit e3acd01

Browse files
committed
build: repair the CMake based build
Somehow this was missed in CI. Repair the build.
1 parent db5066e commit e3acd01

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Sources/SwiftWin32/CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ target_sources(SwiftWin32 PRIVATE
2323
UI/ContentSizeCategoryImageAdjusting.swift
2424
UI/Interaction.swift
2525
UI/SceneSizeRestrictions.swift)
26+
target_sources(SwiftWin32 PRIVATE
27+
"App Extensions/InputViewController.swift")
2628
target_sources(SwiftWin32 PRIVATE
2729
"Animation and Haptics/View Controller Transitions/ViewControllerTransitionCoordinator.swift"
2830
"Animation and Haptics/View Controller Transitions/ViewControllerTransitionCoordinatorContext.swift")
@@ -93,7 +95,9 @@ target_sources(SwiftWin32 PRIVATE
9395
"Touches, Presses, and Gestures/GestureRecognizer.swift"
9496
"Touches, Presses, and Gestures/GestureRecognizerDelegate.swift"
9597
"Touches, Presses, and Gestures/Responder.swift"
96-
"Touches, Presses, and Gestures/Touch.swift")
98+
"Touches, Presses, and Gestures/Touch.swift"
99+
"Touches, Presses, and Gestures/Press.swift"
100+
"Touches, Presses, and Gestures/PressesEvent.swift")
97101
target_sources(SwiftWin32 PRIVATE
98102
"View Controllers/ContentContainer.swift"
99103
"View Controllers/ViewController.swift")

0 commit comments

Comments
 (0)