mirror of
https://github.com/badgeteam/mch2022-template-app.git
synced 2024-11-15 21:21:04 +00:00
4 lines
206 B
CMake
4 lines
206 B
CMake
idf_component_register(
|
|
SRCS "main.c" "menu.c" "fpga_test.c" "pax_keyboard.c" "system_wrapper.c" "appfs_wrapper.c" "graphics_wrapper.c" "settings.c" "wifi_connection.c"
|
|
INCLUDE_DIRS "." "include"
|
|
)
|