mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-06-18 02:59:21 +00:00
8 lines
348 B
CMake
8 lines
348 B
CMake
# Copyright (C) 2024 Xiaomi Corporation. All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
|
|
set (LIB_SHARED_HEAP ${CMAKE_CURRENT_LIST_DIR})
|
|
add_definitions (-DWASM_ENABLE_SHARED_HEAP=1)
|
|
include_directories(${LIB_SHARED_HEAP_DIR})
|
|
file (GLOB source_all ${LIB_SHARED_HEAP}/*.c)
|
|
set (LIB_SHARED_HEAP_SOURCE ${source_all}) |