diff options
Diffstat (limited to 'CMakeModules/GenerateSCMRev.cmake')
| -rw-r--r-- | CMakeModules/GenerateSCMRev.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeModules/GenerateSCMRev.cmake b/CMakeModules/GenerateSCMRev.cmake index 6c2f201eb..8c13a94fb 100644 --- a/CMakeModules/GenerateSCMRev.cmake +++ b/CMakeModules/GenerateSCMRev.cmake | |||
| @@ -89,8 +89,6 @@ set(HASH_FILES | |||
| 89 | "${VIDEO_CORE}/shader/ast.h" | 89 | "${VIDEO_CORE}/shader/ast.h" |
| 90 | "${VIDEO_CORE}/shader/compiler_settings.cpp" | 90 | "${VIDEO_CORE}/shader/compiler_settings.cpp" |
| 91 | "${VIDEO_CORE}/shader/compiler_settings.h" | 91 | "${VIDEO_CORE}/shader/compiler_settings.h" |
| 92 | "${VIDEO_CORE}/shader/const_buffer_locker.cpp" | ||
| 93 | "${VIDEO_CORE}/shader/const_buffer_locker.h" | ||
| 94 | "${VIDEO_CORE}/shader/control_flow.cpp" | 92 | "${VIDEO_CORE}/shader/control_flow.cpp" |
| 95 | "${VIDEO_CORE}/shader/control_flow.h" | 93 | "${VIDEO_CORE}/shader/control_flow.h" |
| 96 | "${VIDEO_CORE}/shader/decode.cpp" | 94 | "${VIDEO_CORE}/shader/decode.cpp" |
| @@ -99,6 +97,8 @@ set(HASH_FILES | |||
| 99 | "${VIDEO_CORE}/shader/node.h" | 97 | "${VIDEO_CORE}/shader/node.h" |
| 100 | "${VIDEO_CORE}/shader/node_helper.cpp" | 98 | "${VIDEO_CORE}/shader/node_helper.cpp" |
| 101 | "${VIDEO_CORE}/shader/node_helper.h" | 99 | "${VIDEO_CORE}/shader/node_helper.h" |
| 100 | "${VIDEO_CORE}/shader/registry.cpp" | ||
| 101 | "${VIDEO_CORE}/shader/registry.h" | ||
| 102 | "${VIDEO_CORE}/shader/shader_ir.cpp" | 102 | "${VIDEO_CORE}/shader/shader_ir.cpp" |
| 103 | "${VIDEO_CORE}/shader/shader_ir.h" | 103 | "${VIDEO_CORE}/shader/shader_ir.h" |
| 104 | "${VIDEO_CORE}/shader/track.cpp" | 104 | "${VIDEO_CORE}/shader/track.cpp" |