mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
This reverts commit dbffbbd193.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
16 lines
339 B
CMake
16 lines
339 B
CMake
#
|
|
# Copyright (C) 2021 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
if(UNIX)
|
|
target_sources(neo_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()
|