mch2022-template-app/main/CMakeLists.txt
2022-04-08 23:15:57 +02:00

5 lines
98 B
CMake

idf_component_register(
SRCS "main.c" "menu.c" "fpga_test.c"
INCLUDE_DIRS "." "include"
)