Group gen specific small cpp files together part 3

Change-Id: Id49acae4f9748a1db51c1a4051992269e21f1048
This commit is contained in:
Stefanowski, Adam
2018-06-04 10:20:09 +02:00
committed by sys_ocldev
parent 2055326bff
commit ded1a445f8
11 changed files with 83 additions and 187 deletions

View File

@@ -55,10 +55,7 @@ set(RUNTIME_GENX_CPP_FILES
)
macro(macro_for_each_platform)
list(APPEND CLOC_SRCS_LIB
${IGDRCL_SOURCE_DIR}/runtime/${GEN_TYPE_LOWER}/hw_info_${PLATFORM_IT_LOWER}.inl
${IGDRCL_SOURCE_DIR}/runtime/${GEN_TYPE_LOWER}/enable_${PLATFORM_IT_LOWER}.cpp
)
list(APPEND CLOC_SRCS_LIB ${IGDRCL_SOURCE_DIR}/runtime/${GEN_TYPE_LOWER}/hw_info_${PLATFORM_IT_LOWER}.inl)
endmacro()
macro(macro_for_each_gen)
@@ -69,6 +66,8 @@ macro(macro_for_each_gen)
endif()
endforeach()
apply_macro_for_each_platform()
list(APPEND CLOC_SRCS_LIB ${IGDRCL_SOURCE_DIR}/runtime/${GEN_TYPE_LOWER}/enable_${GEN_TYPE_LOWER}.cpp)
endmacro()
apply_macro_for_each_gen("SUPPORTED")