mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Source location of DRM_I915_QUERY_HWCONFIG_TABLE and modified intel_hwconfig_types.h: https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/tree/intel/IGTPW_6061/ Signed-off-by: Szymon Morek <szymon.morek@intel.com>
20 lines
528 B
CMake
20 lines
528 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
|
|
${CMAKE_CURRENT_SOURCE_DIR}${BRANCH_DIR_SUFFIX}drm_mock_engine.cpp
|
|
)
|
|
target_sources(neo_libult PRIVATE
|
|
${CMAKE_CURRENT_SOURCE_DIR}/directory_linux.cpp
|
|
)
|
|
|
|
add_subdirectories()
|
|
endif()
|