summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/wasm-micro-runtime-WAMR-1.2.2/core/app-framework/sensor/app/wasm_app.cmake
blob: 4b14a8bef9dc430b0548484e3b40bb0db0df2993 (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_SENSOR_DIR ${CMAKE_CURRENT_LIST_DIR})

include_directories(${WASM_APP_SENSOR_DIR})


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

set (WASM_APP_CURRENT_SOURCE ${source_all})