2022-07-11 20:33:51 +00:00
|
|
|
# This example code is in the Public Domain (or CC0 licensed, at your option.)
|
|
|
|
# Unless required by applicable law or agreed to in writing, this
|
|
|
|
# software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
|
|
|
# CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
|
2022-01-24 21:32:33 +00:00
|
|
|
idf_component_register(
|
2022-06-08 14:24:28 +00:00
|
|
|
SRCS
|
|
|
|
"main.c"
|
|
|
|
INCLUDE_DIRS
|
|
|
|
"." "include"
|
2022-07-11 20:33:51 +00:00
|
|
|
)
|