Correct branch_dir_suffix in cmake

Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
Related-To: NEO-6245
This commit is contained in:
Kamil Kopryk
2021-09-13 13:28:11 +00:00
committed by Compute-Runtime-Automation
parent bbd11a7448
commit 9ccf43e441
89 changed files with 202 additions and 201 deletions

View File

@@ -1,12 +1,12 @@
#
# Copyright (C) 2019-2020 Intel Corporation
# Copyright (C) 2019-2021 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
set(NEO_CORE_MEMORY_PROPERTIES
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
${CMAKE_CURRENT_SOURCE_DIR}${BRANCH_DIR_SUFFIX}/memory_properties_flags.h
${CMAKE_CURRENT_SOURCE_DIR}${BRANCH_DIR_SUFFIX}memory_properties_flags.h
${CMAKE_CURRENT_SOURCE_DIR}/memory_properties_flags_common.inl
)