summaryrefslogtreecommitdiff
path: root/app/src/display/CMakeLists.txt
blob: 3b85fc0fedc8642d4545b42ca6b183c980114700 (plain)
1
2
3
4
5
6
7
# Copyright (c) 2020 The ZMK Contributors
# SPDX-License-Identifier: MIT

target_sources_ifdef(CONFIG_ZMK_DISPLAY app PRIVATE main.c)
target_sources_ifdef(CONFIG_ZMK_DISPLAY_STATUS_SCREEN_BUILT_IN app PRIVATE status_screen.c)

add_subdirectory(widgets/)