mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 14:33:04 +08:00
16 lines
342 B
CMake
16 lines
342 B
CMake
#
|
|
# Copyright (C) 2021 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
if(UNIX)
|
|
target_sources(igdrcl_libult_common PRIVATE
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
${CMAKE_CURRENT_SOURCE_DIR}/drm_mock.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/drm_mock.h
|
|
)
|
|
|
|
add_subdirectories()
|
|
endif()
|