src.nth.io/

summaryrefslogtreecommitdiff
path: root/main/CMakeLists.txt
blob: 196fe5280acaf37d447b605cc85fcb59970a0bb9 (plain)
1
2
3
4
idf_component_register(
    SRCS "src/lock.c" "src/bell.c" "src/led.c" "app_main.c"
    INCLUDE_DIRS "include"
)