mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 18:37:46 +08:00
15 lines
364 B
CMake
15 lines
364 B
CMake
#
|
|
# Copyright (C) 2021-2025 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
set(NEO_CORE_AIL_LINUX
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
${CMAKE_CURRENT_SOURCE_DIR}/ail_configuration_linux.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/ail_ov_comp_wa_linux.cpp
|
|
)
|
|
|
|
set_property(GLOBAL PROPERTY NEO_CORE_AIL_LINUX ${NEO_CORE_AIL_LINUX})
|
|
add_subdirectories()
|