mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Change-Id: Iaa76070e836b079374ec82067e3febb7f5eb9d32 Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
12 lines
309 B
CMake
12 lines
309 B
CMake
#
|
|
# Copyright (C) 2018-2020 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
set(RUNTIME_CODING_GUIDELINES
|
|
${NEO_SOURCE_DIR}/GUIDELINES.md
|
|
)
|
|
target_sources(${NEO_STATIC_LIB_NAME} PRIVATE ${RUNTIME_CODING_GUIDELINES})
|
|
set_property(GLOBAL PROPERTY RUNTIME_CODING_GUIDELINES ${RUNTIME_CODING_GUIDELINES})
|