feature: Introduce SipClassType::externalLib

Related-To: NEO-13737
Signed-off-by: Jitendra Sharma <jitendra.sharma@intel.com>
This commit is contained in:
Jitendra Sharma
2025-03-18 18:19:14 +00:00
committed by Compute-Runtime-Automation
parent 0e25970853
commit dda7876d3a
15 changed files with 144 additions and 5 deletions

View File

@@ -0,0 +1,14 @@
#
# Copyright (C) 2025 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
set(NEO_CORE_HELPERS_SIP_EXTERNAL_LIB
${CMAKE_CURRENT_SOURCE_DIR}${BRANCH_DIR_SUFFIX}sip_external_lib.cpp
${CMAKE_CURRENT_SOURCE_DIR}/sip_external_lib.h
)
set_property(GLOBAL APPEND PROPERTY NEO_CORE_HELPERS_SIP_EXTERNAL_LIB ${NEO_CORE_HELPERS_SIP_EXTERNAL_LIB})
add_subdirectories()