Files
compute-runtime/unit_tests/mt_tests/os_interface/CMakeLists.txt

12 lines
209 B
CMake
Raw Normal View History

#
# Copyright (C) 2018 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
if(UNIX)
target_sources(igdrcl_mt_tests PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/linux/drm_memory_manager_mt_tests.cpp
)
endif()