refactor: rename enable product helper files
Related-To: NEO-7703 Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
parent
f5eb09e9ce
commit
f8e17842ed
|
@ -93,7 +93,7 @@ macro(macro_for_each_platform)
|
||||||
list(APPEND CORE_SRCS_${CORE_TYPE}_CPP_WINDOWS ${SRC_FILE})
|
list(APPEND CORE_SRCS_${CORE_TYPE}_CPP_WINDOWS ${SRC_FILE})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(SRC_FILE ${PATH_TO_CORE}enable_hw_info_config_${PLATFORM_IT_LOWER}.cpp)
|
set(SRC_FILE ${PATH_TO_CORE}enable_product_helper_${PLATFORM_IT_LOWER}.cpp)
|
||||||
if(EXISTS ${SRC_FILE})
|
if(EXISTS ${SRC_FILE})
|
||||||
list(APPEND ${CORE_TYPE}_SRC_LINK_BASE ${SRC_FILE})
|
list(APPEND ${CORE_TYPE}_SRC_LINK_BASE ${SRC_FILE})
|
||||||
endif()
|
endif()
|
||||||
|
|
|
@ -9,7 +9,7 @@ macro(macro_for_each_platform)
|
||||||
|
|
||||||
foreach(BRANCH_DIR ${BRANCH_DIR_LIST})
|
foreach(BRANCH_DIR ${BRANCH_DIR_LIST})
|
||||||
foreach(BRANCH ${BRANCH_DIR_LIST})
|
foreach(BRANCH ${BRANCH_DIR_LIST})
|
||||||
set(SRC_FILE ${NEO_SHARED_DIRECTORY}${BRANCH_DIR}${CORE_TYPE_LOWER}${BRANCH}enable_hw_info_config_${PLATFORM_IT_LOWER}.cpp)
|
set(SRC_FILE ${NEO_SHARED_DIRECTORY}${BRANCH_DIR}${CORE_TYPE_LOWER}${BRANCH}enable_product_helper_${PLATFORM_IT_LOWER}.cpp)
|
||||||
if(EXISTS ${SRC_FILE})
|
if(EXISTS ${SRC_FILE})
|
||||||
list(APPEND neo_libult_common_SRCS_ENABLE_TESTED_HW ${SRC_FILE})
|
list(APPEND neo_libult_common_SRCS_ENABLE_TESTED_HW ${SRC_FILE})
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in New Issue