mch2022-template-app/main/CMakeLists.txt

17 lines
417 B
CMake
Raw Normal View History

2022-01-24 21:32:33 +00:00
idf_component_register(
SRCS "main.c"
"appfs_wrapper.c"
"fpga_test.c"
"graphics_wrapper.c"
"menu.c"
"pax_keyboard.c"
"rp2040_updater.c"
"settings.c"
"system_wrapper.c"
"wifi_connection.c"
"wifi_ota.c"
"fpga_download.c"
2022-04-08 21:15:57 +00:00
INCLUDE_DIRS "." "include"
2022-05-13 22:19:15 +00:00
EMBED_TXTFILES ${project_dir}/server_certs/isrgrootx1.pem
2022-01-24 21:32:33 +00:00
)