CMakeLists.txt 302 B

123456789
  1. # Copyright (C) 2019-21 Intel Corporation and others. All rights reserved.
  2. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  3. # from ESP-IDF 4.0 examples/build_system/cmake/idf_as_lib
  4. cmake_minimum_required(VERSION 3.14)
  5. include($ENV{IDF_PATH}/tools/cmake/project.cmake)
  6. project(wamr-simple)