CMakeLists.txt 271 B

123456789
  1. # Copyright (C) 2022 Intel Corporation. All rights reserved.
  2. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  3. cmake_minimum_required(VERSION 3.0)
  4. project(file)
  5. ################ wasm application ###############
  6. add_subdirectory(src)
  7. add_subdirectory(wasm-app)