~aleteoryx/muditaos

ref: e8fd36cdae716250db936b165fd657c065a7a3da muditaos/module-apps/apps-common/popups/CMakeLists.txt -rw-r--r-- 1.2 KiB
e8fd36cd — Paweł Joński [BH-936] Add Polish translation to Bell 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
target_include_directories(apps-common

	PRIVATE
		"${CMAKE_CURRENT_LIST_DIR}"
)

target_sources(apps-common

	PRIVATE
		HomeModesWindow.cpp
		Popups.cpp
		PowerOffWindow.cpp
		AlarmPopup.cpp
		TetheringConfirmationPopup.cpp
		TetheringNotificationPopup.cpp
		TetheringPhoneModePopup.cpp
		TetheringOffPopup.cpp
		VolumeWindow.cpp
		WindowWithTimer.cpp
		lock-popups/PhoneLockedInfoWindow.cpp
		lock-popups/PhoneLockedWindow.cpp
		lock-popups/PhoneLockInputWindow.cpp
		lock-popups/PhoneLockChangeInfoWindow.cpp
		lock-popups/SimLockInputWindow.cpp
		lock-popups/SimInfoWindow.cpp
		lock-popups/SimNotReadyWindow.cpp
		presenter/PowerOffPresenter.cpp
		presenter/AlarmPresenter.cpp

	PRIVATE
		HomeModesWindow.hpp
		Popups.hpp
		PowerOffWindow.hpp
		AlarmPopup.hpp
		TetheringConfirmationPopup.hpp
		TetheringNotificationPopup.hpp
		TetheringPhoneModePopup.hpp
		VolumeWindow.hpp
		WindowWithTimer.hpp
		data/PopupData.hpp
		lock-popups/PhoneLockedInfoData.hpp
		lock-popups/PhoneLockedInfoWindow.hpp
		lock-popups/PhoneLockedWindow.hpp
		lock-popups/PhoneLockInputWindow.hpp
		lock-popups/PhoneLockChangeInfoWindow.hpp
		lock-popups/SimLockInputWindow.hpp
		lock-popups/SimInfoWindow.hpp
		lock-popups/SimNotReadyWindow.hpp
		presenter/PowerOffPresenter.hpp

)