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

set (WASM_APP_CONN_DIR ${CMAKE_CURRENT_LIST_DIR})

include_directories(${WASM_APP_CONN_DIR})


file (GLOB source_all ${WASM_APP_CONN_DIR}/*.c)

set (WASM_APP_CURRENT_SOURCE ${source_all})