summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/lib/wasm-micro-runtime-WAMR-1.2.2/core/app-framework/connection/native/linux/connection_mgr.cmake
blob: c8f2b487e7157ccdc95e1dd2e174a45dc87d2aa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright (C) 2019 Intel Corporation.  All rights reserved.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

set (WASM_LIB_CONN_MGR_DIR ${CMAKE_CURRENT_LIST_DIR})

include_directories(${WASM_LIB_CONN_MGR_DIR})


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

set (WASM_LIB_CONN_MGR_SOURCE ${source_all})