wasm_libc.cmake 291 B

123456789101112
  1. # Copyright (C) 2019 Intel Corporation. All rights reserved.
  2. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  3. set (WASM_LIBC_DIR ${CMAKE_CURRENT_LIST_DIR})
  4. include_directories(${WASM_LIBC_DIR})
  5. file (GLOB source_all ${WASM_LIBC_DIR}/*.c)
  6. set (WASM_LIBC_SOURCE ${source_all})