| 1234567891011121314151617 |
- # Copyright (C) 2019 Intel Corporation. All rights reserved.
- # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
- set (OUTPUT_FILE_NAME)
- set (INIT_MEM_SIZE)
- set (MAX_MEM_SIZE)
- set (STACK_SIZE)
- set (EXPORTED_SYMBOLS)
- set (PROJECT_SRC_LIST)
- set (PROJECT_INCLUDES)
|