compute-runtime/shared/test/unit_test/gen12lp/linux/CMakeLists.txt

12 lines
218 B
CMake

#
# Copyright (C) 2022 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
if(UNIX)
target_sources(neo_shared_tests PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/hw_info_config_tests_gen12lp.cpp
)
endif()