2019-06-17 17:34:54 +08:00
|
|
|
#
|
2020-02-23 05:21:06 +08:00
|
|
|
# Copyright (C) 2019-2020 Intel Corporation
|
2019-06-17 17:34:54 +08:00
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
#
|
|
|
|
|
|
|
|
if(UNIX)
|
|
|
|
set(IGDRCL_SRCS_tests_helpers_linux
|
2020-08-19 18:18:18 +08:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/kmd_notify_linux_tests.cpp
|
2019-06-17 17:34:54 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_helpers_linux})
|
|
|
|
add_subdirectories()
|
|
|
|
set_property(GLOBAL PROPERTY IGDRCL_SRCS_tests_helpers_linux ${IGDRCL_SRCS_tests_helpers_linux})
|
|
|
|
endif()
|