Files
compute-runtime/opencl/test/unit_test/aub/CMakeLists.txt
kamdiedrich e8852a68c4 Reorganization directory structure [2/n]
Change-Id: I47962d17d755e80dcd9476e1ed75560f433f6115
2020-02-23 12:01:27 +01:00

22 lines
588 B
CMake

#
# Copyright (C) 2018-2020 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
set(IGDRCL_SRCS_aub_helper_tests
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
${CMAKE_CURRENT_SOURCE_DIR}/aub_center_tests.cpp
${CMAKE_CURRENT_SOURCE_DIR}${BRANCH_DIR_SUFFIX}/aub_helper_tests.cpp
${CMAKE_CURRENT_SOURCE_DIR}/aub_helper_tests.inl
)
if(NOT DEFINED AUB_STREAM_DIR)
list(APPEND IGDRCL_SRCS_aub_helper_tests
${CMAKE_CURRENT_SOURCE_DIR}/aub_center_using_aubstream_stubs_tests.cpp
)
endif()
target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_aub_helper_tests})
add_subdirectories()