mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-09 13:16:26 +00:00
12 lines
304 B
CMake
12 lines
304 B
CMake
# Copyright (C) 2019 Intel Corporation. All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
|
|
set (UTILS_LIB_DIR ${CMAKE_CURRENT_LIST_DIR})
|
|
|
|
include_directories(${UTILS_LIB_DIR})
|
|
|
|
file (GLOB_RECURSE source_all ${UTILS_LIB_DIR}/*.c )
|
|
|
|
set (WASM_UTILS_LIB_SOURCE ${source_all})
|
|
|