mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-12 17:33:00 +08:00
Related-To: NEO-2712 Change-Id: If1d16d9d626871a9dc4b19282f9edc5786ffa398 Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
16 lines
417 B
CMake
16 lines
417 B
CMake
#
|
|
# Copyright (C) 2019 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
set(NEO_CORE_PROGRAM
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
${CMAKE_CURRENT_SOURCE_DIR}/print_formatter.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/print_formatter.h
|
|
${CMAKE_CURRENT_SOURCE_DIR}/sync_buffer_handler.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/sync_buffer_handler.h
|
|
)
|
|
|
|
set_property(GLOBAL PROPERTY NEO_CORE_PROGRAM ${NEO_CORE_PROGRAM})
|