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

set (WASM_LIB_CURRENT_DIR ${CMAKE_CURRENT_LIST_DIR})

include_directories(
    ${WASM_LIB_CURRENT_DIR}
    # Add your include dir here
)

file (GLOB_RECURSE source_all
    ${WASM_LIB_CURRENT_DIR}/*.c
    # Add your source file here
)

set (WASM_APP_LIB_CURRENT_SOURCE ${source_all})