diff options
Diffstat (limited to 'app/src/display/CMakeLists.txt')
-rw-r--r-- | app/src/display/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/display/CMakeLists.txt b/app/src/display/CMakeLists.txt new file mode 100644 index 0000000..d14f7d0 --- /dev/null +++ b/app/src/display/CMakeLists.txt @@ -0,0 +1,5 @@ + +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/)
\ No newline at end of file |