Remove deleted files from CMakeLists.txt
This commit is contained in:
parent
b744b96622
commit
6abe5d8db8
|
@ -40,7 +40,6 @@ list(APPEND SOURCE_FILES
|
|||
BLE/BleManager.c
|
||||
Components/Battery/BatteryController.cpp
|
||||
Components/Ble/BleController.cpp
|
||||
Components/Pinetime/PinetimeController.cpp
|
||||
Components/DateTime/DateTimeController.cpp
|
||||
)
|
||||
|
||||
|
@ -57,7 +56,6 @@ set(INCLUDE_FILES
|
|||
BLE/BleManager.h
|
||||
Components/Battery/BatteryController.h
|
||||
Components/Ble/BleController.h
|
||||
Components/Pinetime/PinetimeController.h
|
||||
Components/DateTime/DateTimeController.h
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue