mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-18 22:08:53 +08:00
build: add igfxfmid wrapper headers to source tree
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
191d3a1213
commit
6d374f2487
13
shared/source/gmm_helper/igfxfmid_wrapper/CMakeLists.txt
Normal file
13
shared/source/gmm_helper/igfxfmid_wrapper/CMakeLists.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
#
|
||||
# Copyright (C) 2025 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
set(NEO_CORE_GMM_HELPER_IGFXFMID_WRAPPER
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
||||
${CMAKE_CURRENT_SOURCE_DIR}${BRANCH_DIR_SUFFIX}neo_igfxfmid.h
|
||||
)
|
||||
|
||||
set_property(GLOBAL APPEND PROPERTY NEO_CORE_GMM_HELPER ${NEO_CORE_GMM_HELPER_IGFXFMID_WRAPPER})
|
||||
add_subdirectories()
|
||||
Reference in New Issue
Block a user