diff options
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 2554add28..01abdb3bb 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -55,7 +55,10 @@ add_custom_command(OUTPUT scm_rev.cpp | |||
| 55 | "${VIDEO_CORE}/shader/decode/register_set_predicate.cpp" | 55 | "${VIDEO_CORE}/shader/decode/register_set_predicate.cpp" |
| 56 | "${VIDEO_CORE}/shader/decode/shift.cpp" | 56 | "${VIDEO_CORE}/shader/decode/shift.cpp" |
| 57 | "${VIDEO_CORE}/shader/decode/video.cpp" | 57 | "${VIDEO_CORE}/shader/decode/video.cpp" |
| 58 | "${VIDEO_CORE}/shader/decode/warp.cpp" | ||
| 58 | "${VIDEO_CORE}/shader/decode/xmad.cpp" | 59 | "${VIDEO_CORE}/shader/decode/xmad.cpp" |
| 60 | "${VIDEO_CORE}/shader/control_flow.cpp" | ||
| 61 | "${VIDEO_CORE}/shader/control_flow.h" | ||
| 59 | "${VIDEO_CORE}/shader/decode.cpp" | 62 | "${VIDEO_CORE}/shader/decode.cpp" |
| 60 | "${VIDEO_CORE}/shader/node.h" | 63 | "${VIDEO_CORE}/shader/node.h" |
| 61 | "${VIDEO_CORE}/shader/node_helper.cpp" | 64 | "${VIDEO_CORE}/shader/node_helper.cpp" |