14 lines
358 B
CMake
14 lines
358 B
CMake
#
|
|
# Copyright (C) 2018-2021 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
set(IGDRCL_SRCS_tests_sharings
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
${CMAKE_CURRENT_SOURCE_DIR}/sharing_factory_tests.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/sharing_tests.cpp
|
|
)
|
|
target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_sharings})
|
|
add_subdirectories()
|