Skip to content

Commit ca3d726

Browse files
committed
build: add additional sources for CMake build
Add missing sources that are needed for building with CMake. Fixes: #747
1 parent bbb70fd commit ca3d726

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Sources/SwiftWin32/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ target_sources(SwiftWin32 PRIVATE
9999
"View Controllers/PresentationController.swift"
100100
"View Controllers/ViewController.swift"
101101
"Views and Controls/Axis.swift"
102+
"Views and Controls/BarItem.swift"
103+
"Views and Controls/BarButtonItem.swift"
104+
"Views and Controls/BarButtonItemGroup.swift"
105+
"Views and Controls/BarPositioning.swift"
102106
"Views and Controls/Button.swift"
103107
"Views and Controls/Control.swift"
104108
"Views and Controls/DatePicker.swift"
@@ -107,6 +111,7 @@ target_sources(SwiftWin32 PRIVATE
107111
"Views and Controls/EdgeInsets.swift"
108112
"Views and Controls/ImageView.swift"
109113
"Views and Controls/Label.swift"
114+
"Views and Controls/Offset.swift"
110115
"Views and Controls/PickerView.swift"
111116
"Views and Controls/ProgressView.swift"
112117
"Views and Controls/Slider.swift"

0 commit comments

Comments
 (0)