mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2026-04-18 18:18:44 +00:00
13 lines
383 B
CMake
13 lines
383 B
CMake
# Copyright (C) 2026 Airbus Defence and Space Romania SRL. All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
|
|
set (IWASM_COMPONENT_DIR ${CMAKE_CURRENT_LIST_DIR})
|
|
|
|
add_definitions (-DWASM_ENABLE_COMPONENT_MODEL=1)
|
|
|
|
include_directories (${IWASM_COMPONENT_DIR})
|
|
|
|
file (GLOB source_all ${IWASM_COMPONENT_DIR}/*.c)
|
|
|
|
set (IWASM_COMPONENT_SOURCE ${source_all})
|