Files
wombus_led/src/main/CMakeLists.txt

11 lines
120 B
CMake

file(GLOB SRC_FILES
"*.c"
"*.cpp"
)
idf_component_register(
SRCS ${SRC_FILES}
INCLUDE_DIRS "." ".."
)