Rename files to avoid naming duplication

Change-Id: I196f322a742ffc50f7033f98d23859ba396230bb
This commit is contained in:
kamdiedrich
2020-02-17 14:13:15 +01:00
committed by sys_ocldev
parent 72aad33bde
commit 47f85c9dc9
5 changed files with 1 additions and 1 deletions

View File

@@ -89,7 +89,7 @@ macro(macro_for_each_gen)
apply_macro_for_each_platform()
list(APPEND RUNTIME_SRCS_${GEN_TYPE}_CPP_BASE ${NEO_SOURCE_DIR}/core/${GEN_TYPE_LOWER}/image_${GEN_TYPE_LOWER}.cpp)
list(APPEND RUNTIME_SRCS_${GEN_TYPE}_CPP_BASE ${NEO_SOURCE_DIR}/core/${GEN_TYPE_LOWER}/image_core_${GEN_TYPE_LOWER}.cpp)
list(APPEND RUNTIME_SRCS_${GEN_TYPE}_CPP_WINDOWS ${GENX_PREFIX}/windows/hw_info_config_${GEN_TYPE_LOWER}.cpp)
list(APPEND RUNTIME_SRCS_${GEN_TYPE}_CPP_LINUX ${GENX_PREFIX}/linux/hw_info_config_${GEN_TYPE_LOWER}.cpp)