summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index afc5ff736..0ed96c0d4 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -64,6 +64,8 @@ add_custom_command(OUTPUT scm_rev.cpp
64 "${VIDEO_CORE}/shader/ast.h" 64 "${VIDEO_CORE}/shader/ast.h"
65 "${VIDEO_CORE}/shader/control_flow.cpp" 65 "${VIDEO_CORE}/shader/control_flow.cpp"
66 "${VIDEO_CORE}/shader/control_flow.h" 66 "${VIDEO_CORE}/shader/control_flow.h"
67 "${VIDEO_CORE}/shader/compiler_settings.cpp"
68 "${VIDEO_CORE}/shader/compiler_settings.h"
67 "${VIDEO_CORE}/shader/decode.cpp" 69 "${VIDEO_CORE}/shader/decode.cpp"
68 "${VIDEO_CORE}/shader/expr.cpp" 70 "${VIDEO_CORE}/shader/expr.cpp"
69 "${VIDEO_CORE}/shader/expr.h" 71 "${VIDEO_CORE}/shader/expr.h"