mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-28 19:45:33 +00:00
18 lines
293 B
CMake
18 lines
293 B
CMake
![]() |
# Copyright (C) 2019 Intel Corporation. All rights reserved.
|
||
|
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||
|
|
||
|
set (OUTPUT_FILE_NAME)
|
||
|
|
||
|
set (INIT_MEM_SIZE)
|
||
|
|
||
|
set (MAX_MEM_SIZE)
|
||
|
|
||
|
set (STACK_SIZE)
|
||
|
|
||
|
set (EXPORTED_SYMBOLS)
|
||
|
|
||
|
set (PROJECT_SRC_LIST)
|
||
|
|
||
|
set (PROJECT_INCLUDES)
|
||
|
|