2017-12-21 07:45:38 +08:00
|
|
|
#
|
2021-05-17 02:51:16 +08:00
|
|
|
# Copyright (C) 2018-2021 Intel Corporation
|
2017-12-21 07:45:38 +08:00
|
|
|
#
|
2018-09-18 15:11:08 +08:00
|
|
|
# SPDX-License-Identifier: MIT
|
2017-12-21 07:45:38 +08:00
|
|
|
#
|
|
|
|
|
|
|
|
set(IGDRCL_SRCS_tests_sharings
|
2020-08-19 18:18:18 +08:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/sharing_factory_tests.cpp
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/sharing_tests.cpp
|
2017-12-21 07:45:38 +08:00
|
|
|
)
|
2018-03-07 22:17:52 +08:00
|
|
|
target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_sharings})
|
|
|
|
add_subdirectories()
|