Group gen specific small cpp files together part 1

Change-Id: I554caee03f0abcb069fe38c6092c33b5f9eb04f9
This commit is contained in:
Stefanowski, Adam
2018-05-29 12:15:24 +02:00
committed by sys_ocldev
parent 5a9c9c2691
commit 604b04b5cd
11 changed files with 21 additions and 5 deletions

View File

@ -56,7 +56,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}.cpp
${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
)
endmacro()