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