summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/shader_recompiler/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/CMakeLists.txt b/src/shader_recompiler/CMakeLists.txt
index 6d2e804ca..e4e7749c7 100644
--- a/src/shader_recompiler/CMakeLists.txt
+++ b/src/shader_recompiler/CMakeLists.txt
@@ -63,6 +63,7 @@ add_library(shader_recompiler STATIC
63 frontend/maxwell/translate/impl/common_encoding.h 63 frontend/maxwell/translate/impl/common_encoding.h
64 frontend/maxwell/translate/impl/common_funcs.cpp 64 frontend/maxwell/translate/impl/common_funcs.cpp
65 frontend/maxwell/translate/impl/common_funcs.h 65 frontend/maxwell/translate/impl/common_funcs.h
66 frontend/maxwell/translate/impl/condition_code_set.cpp
66 frontend/maxwell/translate/impl/find_leading_one.cpp 67 frontend/maxwell/translate/impl/find_leading_one.cpp
67 frontend/maxwell/translate/impl/floating_point_add.cpp 68 frontend/maxwell/translate/impl/floating_point_add.cpp
68 frontend/maxwell/translate/impl/floating_point_compare.cpp 69 frontend/maxwell/translate/impl/floating_point_compare.cpp