2019-10-07 19:20:48 +08:00
|
|
|
#
|
2022-07-25 19:23:01 +08:00
|
|
|
# Copyright (C) 2019-2022 Intel Corporation
|
2019-10-07 19:20:48 +08:00
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
#
|
|
|
|
|
2020-06-02 16:14:02 +08:00
|
|
|
if(TESTS_GEN11)
|
2022-08-10 19:24:38 +08:00
|
|
|
target_sources(neo_libult_common PRIVATE
|
2020-08-19 18:18:18 +08:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
2022-07-25 19:23:01 +08:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test_traits_gen11.h
|
2020-06-02 16:14:02 +08:00
|
|
|
)
|
|
|
|
|
2022-07-25 19:23:01 +08:00
|
|
|
add_subdirectories()
|
2020-06-02 16:14:02 +08:00
|
|
|
endif()
|