summaryrefslogtreecommitdiff
path: root/main/CMakeLists.txt
blob: 50060f1a349cc09a281f784a1bfbb59db03362f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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.

idf_component_register(
    SRCS
        "main.c"
    INCLUDE_DIRS
        "." "include"
        EMBED_TXTFILES inet_sec.pem
)