mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 16:45:25 +08:00
Change-Id: I5496ea963e68e0ef1e107c860112b7123d38aa81 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
15 lines
340 B
CMake
15 lines
340 B
CMake
#
|
|
# Copyright (C) 2019 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
set(NEO_CORE_HELPERS
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
${CMAKE_CURRENT_SOURCE_DIR}/basic_math.h
|
|
${CMAKE_CURRENT_SOURCE_DIR}/interlocked_max.h
|
|
${CMAKE_CURRENT_SOURCE_DIR}/vec.h
|
|
)
|
|
|
|
set_property(GLOBAL PROPERTY NEO_CORE_HELPERS ${NEO_CORE_HELPERS})
|