wasm-micro-runtime/core/iwasm/common/component-model/iwasm_component.cmake
2026-03-25 14:53:51 +02:00

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})