14 lines
341 B
CMake
14 lines
341 B
CMake
#
|
|
# Copyright (C) 2021-2023 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
add_library(neo_libult_common OBJECT EXCLUDE_FROM_ALL
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
${CMAKE_CURRENT_SOURCE_DIR}/tests_configuration.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/tests_configuration.h
|
|
)
|
|
|
|
add_subdirectories()
|