summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/lib/wasm-micro-runtime-WAMR-1.2.2/core/shared/platform/common/math/platform_api_math.cmake
blob: 09c74bfc5081d0e7451f09f97ed7dc9d04af66d3 (plain)
1
2
3
4
5
6
7
8
# Copyright (C) 2019 Intel Corporation.  All rights reserved.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 
set (PLATFORM_COMMON_MATH_DIR ${CMAKE_CURRENT_LIST_DIR})

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

set (PLATFORM_COMMON_MATH_SOURCE ${source_all} )