4 lines
159 B
CMake
Executable File
4 lines
159 B
CMake
Executable File
idf_component_register(SRCS "button/button.c" "button/button_obj.cpp"
|
|
INCLUDE_DIRS "button/include"
|
|
REQUIRES "driver")
|