board/main/CMakeLists.txt

2 lines
93 B
CMake
Raw Normal View History

2022-11-13 17:05:41 +08:00
idf_component_register(SRCS "main.c" "wifi.c" "light.c"
2022-11-12 22:33:03 +08:00
INCLUDE_DIRS ".")