14 lines
348 B
CMake
14 lines
348 B
CMake
#
|
|
# Copyright (C) 2019-2021 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
set(NEO_CORE_PREAMBLE_TESTS
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
${CMAKE_CURRENT_SOURCE_DIR}/preamble_fixture.h
|
|
${CMAKE_CURRENT_SOURCE_DIR}/preamble_tests.cpp
|
|
)
|
|
target_sources(${TARGET_NAME} PRIVATE ${NEO_CORE_PREAMBLE_TESTS})
|
|
add_subdirectories()
|