Files
compute-runtime/shared/test/unit_test/ail/linux/CMakeLists.txt
Chodor, Jaroslaw 5619da6238 feature: Adding hook for applying OpenVino-related AIL
Related-To: NEO-12747

Signed-off-by: Chodor, Jaroslaw <jaroslaw.chodor@intel.com>
2025-01-20 17:38:49 +01:00

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()