2021-09-24 02:06:27 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2021 Intel Corporation
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
#
|
|
|
|
|
|
|
|
if(TESTS_GEN11)
|
2021-12-13 20:34:09 +08:00
|
|
|
target_sources(neo_shared_tests PRIVATE
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/hw_cmds_gen11_tests.cpp
|
|
|
|
)
|
2021-09-24 02:06:27 +08:00
|
|
|
add_subdirectories()
|
|
|
|
endif()
|