1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-27 01:57:52 +00:00

Add missing GroupPopUpButtonCell and PriorityPopUpButtonCell to CMakeLists.txt (#4417)

This commit is contained in:
Cœur 2022-12-22 10:01:52 +08:00 committed by GitHub
parent 4549cc74a0
commit e32cac98ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 4 deletions

View file

@ -58,6 +58,7 @@ set(${PROJECT_NAME}_SOURCES
GlobalOptionsPopoverViewController.mm GlobalOptionsPopoverViewController.mm
GroupTextCell.mm GroupTextCell.mm
GroupToolbarItem.mm GroupToolbarItem.mm
GroupPopUpButtonCell.mm
GroupsController.mm GroupsController.mm
GroupsPrefsController.mm GroupsPrefsController.mm
InfoActivityViewController.mm InfoActivityViewController.mm
@ -83,9 +84,11 @@ set(${PROJECT_NAME}_SOURCES
PredicateEditorRowTemplateAny.mm PredicateEditorRowTemplateAny.mm
PrefsController.mm PrefsController.mm
PrefsWindow.mm PrefsWindow.mm
PriorityPopUpButtonCell.mm
ProgressGradients.mm ProgressGradients.mm
ShareToolbarItem.mm ShareToolbarItem.mm
ShareTorrentFileHelper.mm ShareTorrentFileHelper.mm
SparkleProxy.mm
StatsWindowController.mm StatsWindowController.mm
StatusBarController.mm StatusBarController.mm
StatusBarView.mm StatusBarView.mm
@ -112,6 +115,7 @@ set(${PROJECT_NAME}_HEADERS
BlocklistScheduler.h BlocklistScheduler.h
BonjourController.h BonjourController.h
ButtonToolbarItem.h ButtonToolbarItem.h
CocoaCompatibility.h
ColorTextField.h ColorTextField.h
Controller.h Controller.h
CreatorWindowController.h CreatorWindowController.h
@ -129,6 +133,7 @@ set(${PROJECT_NAME}_HEADERS
FilterBarView.h FilterBarView.h
FilterButton.h FilterButton.h
GlobalOptionsPopoverViewController.h GlobalOptionsPopoverViewController.h
GroupPopUpButtonCell.h
GroupToolbarItem.h GroupToolbarItem.h
GroupsController.h GroupsController.h
GroupsPrefsController.h GroupsPrefsController.h
@ -155,6 +160,7 @@ set(${PROJECT_NAME}_HEADERS
PredicateEditorRowTemplateAny.h PredicateEditorRowTemplateAny.h
PrefsController.h PrefsController.h
PrefsWindow.h PrefsWindow.h
PriorityPopUpButtonCell.h
ProgressGradients.h ProgressGradients.h
ShareToolbarItem.h ShareToolbarItem.h
ShareTorrentFileHelper.h ShareTorrentFileHelper.h

View file

@ -1,4 +1,4 @@
// This file Copyright © 2007-2022 Transmission authors and contributors. // This file Copyright © 2022 Transmission authors and contributors.
// It may be used under the MIT (SPDX: MIT) license. // It may be used under the MIT (SPDX: MIT) license.
// License text can be found in the licenses/ folder. // License text can be found in the licenses/ folder.

View file

@ -1,4 +1,4 @@
// This file Copyright © 2007-2022 Transmission authors and contributors. // This file Copyright © 2022 Transmission authors and contributors.
// It may be used under the MIT (SPDX: MIT) license. // It may be used under the MIT (SPDX: MIT) license.
// License text can be found in the licenses/ folder. // License text can be found in the licenses/ folder.

View file

@ -1,4 +1,4 @@
// This file Copyright © 2007-2022 Transmission authors and contributors. // This file Copyright © 2022 Transmission authors and contributors.
// It may be used under the MIT (SPDX: MIT) license. // It may be used under the MIT (SPDX: MIT) license.
// License text can be found in the licenses/ folder. // License text can be found in the licenses/ folder.

View file

@ -1,4 +1,4 @@
// This file Copyright © 2007-2022 Transmission authors and contributors. // This file Copyright © 2022 Transmission authors and contributors.
// It may be used under the MIT (SPDX: MIT) license. // It may be used under the MIT (SPDX: MIT) license.
// License text can be found in the licenses/ folder. // License text can be found in the licenses/ folder.