summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/lib/wasm-micro-runtime-WAMR-1.2.2/core/iwasm/libraries/libc-builtin/libc_builtin.cmake
blob: 0838712b869aed337a4287feaf04d62596225977 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright (C) 2019 Intel Corporation.  All rights reserved.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

set (LIBC_BUILTIN_DIR ${CMAKE_CURRENT_LIST_DIR})

add_definitions (-DWASM_ENABLE_LIBC_BUILTIN=1)

include_directories(${LIBC_BUILTIN_DIR})

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

set (LIBC_BUILTIN_SOURCE ${source_all})