summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/lib/wasm-micro-runtime-WAMR-1.2.2/core/shared/coap/lib_coap.cmake
blob: 8970e5d6ce80cca90399e61813b8af40b4beafe4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright (C) 2019 Intel Corporation.  All rights reserved.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

set (LIB_COAP_DIR ${CMAKE_CURRENT_LIST_DIR})

include_directories(${LIB_COAP_DIR}/er-coap)
include_directories(${LIB_COAP_DIR}/extension)

file (GLOB_RECURSE source_all ${LIB_COAP_DIR}/*.c)

set (LIB_COAP_SOURCE ${source_all})