diff options
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 198b3fe07..01abdb3bb 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -44,6 +44,7 @@ add_custom_command(OUTPUT scm_rev.cpp | |||
| 44 | "${VIDEO_CORE}/shader/decode/half_set.cpp" | 44 | "${VIDEO_CORE}/shader/decode/half_set.cpp" |
| 45 | "${VIDEO_CORE}/shader/decode/half_set_predicate.cpp" | 45 | "${VIDEO_CORE}/shader/decode/half_set_predicate.cpp" |
| 46 | "${VIDEO_CORE}/shader/decode/hfma2.cpp" | 46 | "${VIDEO_CORE}/shader/decode/hfma2.cpp" |
| 47 | "${VIDEO_CORE}/shader/decode/image.cpp" | ||
| 47 | "${VIDEO_CORE}/shader/decode/integer_set.cpp" | 48 | "${VIDEO_CORE}/shader/decode/integer_set.cpp" |
| 48 | "${VIDEO_CORE}/shader/decode/integer_set_predicate.cpp" | 49 | "${VIDEO_CORE}/shader/decode/integer_set_predicate.cpp" |
| 49 | "${VIDEO_CORE}/shader/decode/memory.cpp" | 50 | "${VIDEO_CORE}/shader/decode/memory.cpp" |
| @@ -54,7 +55,10 @@ add_custom_command(OUTPUT scm_rev.cpp | |||
| 54 | "${VIDEO_CORE}/shader/decode/register_set_predicate.cpp" | 55 | "${VIDEO_CORE}/shader/decode/register_set_predicate.cpp" |
| 55 | "${VIDEO_CORE}/shader/decode/shift.cpp" | 56 | "${VIDEO_CORE}/shader/decode/shift.cpp" |
| 56 | "${VIDEO_CORE}/shader/decode/video.cpp" | 57 | "${VIDEO_CORE}/shader/decode/video.cpp" |
| 58 | "${VIDEO_CORE}/shader/decode/warp.cpp" | ||
| 57 | "${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" | ||
| 58 | "${VIDEO_CORE}/shader/decode.cpp" | 62 | "${VIDEO_CORE}/shader/decode.cpp" |
| 59 | "${VIDEO_CORE}/shader/node.h" | 63 | "${VIDEO_CORE}/shader/node.h" |
| 60 | "${VIDEO_CORE}/shader/node_helper.cpp" | 64 | "${VIDEO_CORE}/shader/node_helper.cpp" |
| @@ -74,6 +78,7 @@ add_library(common STATIC | |||
| 74 | assert.h | 78 | assert.h |
| 75 | detached_tasks.cpp | 79 | detached_tasks.cpp |
| 76 | detached_tasks.h | 80 | detached_tasks.h |
| 81 | binary_find.h | ||
| 77 | bit_field.h | 82 | bit_field.h |
| 78 | bit_util.h | 83 | bit_util.h |
| 79 | cityhash.cpp | 84 | cityhash.cpp |