mirror of
https://github.com/badgeteam/mch2022-template-app.git
synced 2025-01-25 15:18:12 +00:00
8 lines
91 B
CMake
8 lines
91 B
CMake
idf_component_register(
|
|
SRCS
|
|
"main.c"
|
|
"hardware.c"
|
|
|
|
INCLUDE_DIRS
|
|
"."
|
|
)
|