diff options
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 906c486fd..9c6f1c07c 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -74,10 +74,12 @@ add_custom_command(OUTPUT scm_rev.cpp | |||
| 74 | "${VIDEO_CORE}/shader/decode/xmad.cpp" | 74 | "${VIDEO_CORE}/shader/decode/xmad.cpp" |
| 75 | "${VIDEO_CORE}/shader/ast.cpp" | 75 | "${VIDEO_CORE}/shader/ast.cpp" |
| 76 | "${VIDEO_CORE}/shader/ast.h" | 76 | "${VIDEO_CORE}/shader/ast.h" |
| 77 | "${VIDEO_CORE}/shader/control_flow.cpp" | ||
| 78 | "${VIDEO_CORE}/shader/control_flow.h" | ||
| 79 | "${VIDEO_CORE}/shader/compiler_settings.cpp" | 77 | "${VIDEO_CORE}/shader/compiler_settings.cpp" |
| 80 | "${VIDEO_CORE}/shader/compiler_settings.h" | 78 | "${VIDEO_CORE}/shader/compiler_settings.h" |
| 79 | "${VIDEO_CORE}/shader/const_buffer_locker.cpp" | ||
| 80 | "${VIDEO_CORE}/shader/const_buffer_locker.h" | ||
| 81 | "${VIDEO_CORE}/shader/control_flow.cpp" | ||
| 82 | "${VIDEO_CORE}/shader/control_flow.h" | ||
| 81 | "${VIDEO_CORE}/shader/decode.cpp" | 83 | "${VIDEO_CORE}/shader/decode.cpp" |
| 82 | "${VIDEO_CORE}/shader/expr.cpp" | 84 | "${VIDEO_CORE}/shader/expr.cpp" |
| 83 | "${VIDEO_CORE}/shader/expr.h" | 85 | "${VIDEO_CORE}/shader/expr.h" |
| @@ -95,11 +97,11 @@ add_custom_command(OUTPUT scm_rev.cpp | |||
| 95 | ) | 97 | ) |
| 96 | 98 | ||
| 97 | add_library(common STATIC | 99 | add_library(common STATIC |
| 100 | algorithm.h | ||
| 98 | alignment.h | 101 | alignment.h |
| 99 | assert.h | 102 | assert.h |
| 100 | detached_tasks.cpp | 103 | detached_tasks.cpp |
| 101 | detached_tasks.h | 104 | detached_tasks.h |
| 102 | binary_find.h | ||
| 103 | bit_field.h | 105 | bit_field.h |
| 104 | bit_util.h | 106 | bit_util.h |
| 105 | cityhash.cpp | 107 | cityhash.cpp |