Skip to content

Commit ddf8815

Browse files
committed
feat(build): register interface settings and include paths
1 parent 99ee3e5 commit ddf8815

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

components/Applications/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ file(GLOB_RECURSE FOOTER_UI_SRCS "ui/components/footer/*.c")
2626
#SETINGS SCREENS
2727
file(GLOB_RECURSE SETTINGS_UI_SRCS "ui/screens/settings/*.c")
2828
file(GLOB_RECURSE DISPLAY_SETTINGS_UI_SRCS "ui/screens/display_settings/*.c")
29+
file(GLOB_RECURSE INTERFACE_SETTINGS_UI_SRCS "ui/screens/interface_settings/*.c")
2930

3031
file(GLOB_RECURSE SUBGHZ_APP_SRCS "SubGhz/*.c")
3132
file(GLOB_RECURSE BLE_APP_SRCS "bluetooth/*.c")
@@ -53,6 +54,7 @@ idf_component_register(SRCS
5354
${FOOTER_UI_SRCS}
5455
${SETTINGS_UI_SRCS}
5556
${DISPLAY_SETTINGS_UI_SRCS}
57+
${INTERFACE_SETTINGS_UI_SRCS}
5658

5759
INCLUDE_DIRS
5860
"play/include"
@@ -62,6 +64,7 @@ idf_component_register(SRCS
6264
"ui/screens/bluetooth/include"
6365
"ui/screens/settings/include"
6466
"ui/screens/display_settings/include"
67+
"ui/screens/interface_settings/include"
6568
"ui/screens/badusb/include"
6669
"bad_usb/include"
6770
"bluetooth/include"

0 commit comments

Comments
 (0)