Files
compute-runtime/shared/test/common/CMakeLists.txt
Mateusz Jablonski bd32b21f7c refactor: add method to get hw config from CompilerProductHelper
Related-To: NEO-7622

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2023-03-02 08:25:50 +01:00

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()