blob: c3a69ccc86ace202b322da8d7edfcb06f072efc9 (
plain)
1
2
3
4
5
6
7
8
9
|
# 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)
|