Files
compute-runtime/shared/test/common/fixtures/linux/CMakeLists.txt
Warchulski, Jaroslaw 54dc2f2000 CMake: don't include shared/test/unit_test when shared tests are skipped 2/n
Related-To: NEO-6524
Signed-off-by: Warchulski, Jaroslaw <jaroslaw.warchulski@intel.com>
2022-08-10 11:19:08 +02:00

11 lines
192 B
CMake

#
# Copyright (C) 2021-2022 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
if(UNIX)
target_sources(neo_libult_common PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/device_id_fixture.h)
endif()