mch2022-talktopics/main/CMakeLists.txt
Renze Nicolai b68b4ef685 Keyboard!
2022-04-16 02:14:28 +02:00

4 lines
205 B
CMake

idf_component_register(
SRCS "main.c" "menu.c" "fpga_test.c" "pax_keyboard.c" "button_wrapper.c" "system_wrapper.c" "appfs_wrapper.c" "graphics_wrapper.c" "settings.c"
INCLUDE_DIRS "." "include"
)