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

15 lines
363 B
CMake
Raw Normal View History

#
# Copyright (C) 2017-2018 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
set(IGDRCL_SRCS_mt_tests_platform
# local files
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
# necessary dependencies from igdrcl_tests
${IGDRCL_SOURCE_DIR}/unit_tests/platform/platform_tests_mt.cpp
)
target_sources(igdrcl_mt_tests PRIVATE ${IGDRCL_SRCS_mt_tests_platform})