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

set (WASM_LIB_SENSOR_DIR ${CMAKE_CURRENT_LIST_DIR})

add_definitions (-DAPP_FRAMEWORK_SENSOR)

include_directories(${WASM_LIB_SENSOR_DIR})


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

set (WASM_APP_LIB_CURRENT_SOURCE ${source_all})