mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-06 23:15:16 +00:00
10 lines
271 B
CMake
10 lines
271 B
CMake
|
# Copyright (C) 2022 Intel Corporation. All rights reserved.
|
||
|
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||
|
|
||
|
cmake_minimum_required(VERSION 3.0)
|
||
|
project(file)
|
||
|
|
||
|
################ wasm application ###############
|
||
|
add_subdirectory(src)
|
||
|
add_subdirectory(wasm-app)
|