2020-01-12 01:25:26 +08:00
|
|
|
#
|
2021-05-17 02:51:16 +08:00
|
|
|
# Copyright (C) 2020-2021 Intel Corporation
|
2020-01-12 01:25:26 +08:00
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
#
|
|
|
|
|
|
|
|
set(NEO_CORE_SRCS_tests_program
|
2020-08-19 18:18:18 +08:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/program_info_from_patchtokens_tests.cpp
|
2021-07-30 07:02:11 +08:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/program_info_tests.cpp
|
2020-08-19 18:18:18 +08:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/program_initialization_tests.cpp
|
2020-01-12 01:25:26 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
set_property(GLOBAL PROPERTY NEO_CORE_SRCS_tests_program ${NEO_CORE_SRCS_tests_program})
|
|
|
|
add_subdirectories()
|