mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-11 17:35:13 +00:00
11 lines
307 B
CMake
11 lines
307 B
CMake
# Copyright (C) 2019 Intel Corporation. All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
|
|
include_directories (. ../include ../platform/include ../platform/${PLATFORM} coap/er-coap coap/extension)
|
|
|
|
|
|
file (GLOB_RECURSE source_all *.c )
|
|
|
|
add_library (vmutilslib ${source_all})
|
|
|