diff options
author | innovaker <66737976+innovaker@users.noreply.github.com> | 2020-12-19 21:54:09 +0000 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-12-21 23:42:55 -0500 |
commit | 2233f457b2ce5fbf77dbc18c14525559dc452aba (patch) | |
tree | bee13f6f9d49903f5ddfdbd1cc1cefbdd3c46b19 /app/src | |
parent | f8e43932baef7db7639679ce4e00d0b22ea3b60c (diff) |
chore(display): add header to CMakeLists.txt
PR: #533
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/display/CMakeLists.txt | 2 | ||||
-rw-r--r-- | app/src/display/widgets/CMakeLists.txt | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/app/src/display/CMakeLists.txt b/app/src/display/CMakeLists.txt index d14f7d0..3b85fc0 100644 --- a/app/src/display/CMakeLists.txt +++ b/app/src/display/CMakeLists.txt @@ -1,3 +1,5 @@ +# 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) diff --git a/app/src/display/widgets/CMakeLists.txt b/app/src/display/widgets/CMakeLists.txt index 32ef761..1d4cca1 100644 --- a/app/src/display/widgets/CMakeLists.txt +++ b/app/src/display/widgets/CMakeLists.txt @@ -1,3 +1,5 @@ +# Copyright (c) 2020 The ZMK Contributors +# SPDX-License-Identifier: MIT target_sources_ifdef(CONFIG_ZMK_WIDGET_BATTERY_STATUS app PRIVATE battery_status.c) target_sources_ifdef(CONFIG_ZMK_WIDGET_OUTPUT_STATUS app PRIVATE output_status.c) |