CMakeLists.txt 318 B

12345678910
  1. # Copyright (C) 2019 Intel Corporation. All rights reserved.
  2. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  3. include_directories (. ../include ../platform/include ../platform/${WAMR_BUILD_PLATFORM} coap/er-coap coap/extension)
  4. file (GLOB_RECURSE source_all *.c )
  5. add_library (vmutilslib ${source_all})