mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-12 17:33:00 +08:00
13 lines
345 B
CMake
13 lines
345 B
CMake
#
|
|
# Copyright (C) 2021-2025 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
if(UNIX)
|
|
target_sources(neo_shared_tests PRIVATE
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
${CMAKE_CURRENT_SOURCE_DIR}/ail_linux_tests.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/ail_linux_tests_ov_comp_wa.cpp
|
|
)
|
|
endif() |