thread_mgr.cmake 340 B

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