mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 06:24:51 +08:00
CMake cleanup: move opencl logic to opencl folder
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
aaa5e6d358
commit
d2a4af9d9d
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2020 Intel Corporation
|
||||
# Copyright (C) 2020-2021 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
@@ -7,6 +7,10 @@
|
||||
set(BUILT_IN_KERNEL_DIR "${NEO_SOURCE_DIR}/shared/source/built_ins")
|
||||
set(PLATFORM_SPECIFIC_TEST_TARGETS_FOLDER ult_product_targets)
|
||||
|
||||
if(NOT TARGET run_mt_unit_tests)
|
||||
add_custom_target(run_mt_unit_tests)
|
||||
endif()
|
||||
|
||||
if(NOT TARGET run_unit_tests)
|
||||
add_custom_target(run_unit_tests ALL)
|
||||
set_target_properties(run_unit_tests PROPERTIES FOLDER ${PLATFORM_SPECIFIC_TEST_TARGETS_FOLDER})
|
||||
|
||||
Reference in New Issue
Block a user