mch2022-talktopics/main/CMakeLists.txt

12 lines
359 B
CMake
Raw Permalink Normal View History

# 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"
)