mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
11 lines
192 B
CMake
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()
|
|
|