summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/shader_recompiler/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shader_recompiler/CMakeLists.txt b/src/shader_recompiler/CMakeLists.txt
index b870e9937..31c394106 100644
--- a/src/shader_recompiler/CMakeLists.txt
+++ b/src/shader_recompiler/CMakeLists.txt
@@ -65,6 +65,7 @@ add_library(shader_recompiler STATIC
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/condition_code_set.cpp
67 frontend/maxwell/translate/impl/double_add.cpp 67 frontend/maxwell/translate/impl/double_add.cpp
68 frontend/maxwell/translate/impl/exit_program.cpp
68 frontend/maxwell/translate/impl/find_leading_one.cpp 69 frontend/maxwell/translate/impl/find_leading_one.cpp
69 frontend/maxwell/translate/impl/floating_point_add.cpp 70 frontend/maxwell/translate/impl/floating_point_add.cpp
70 frontend/maxwell/translate/impl/floating_point_compare.cpp 71 frontend/maxwell/translate/impl/floating_point_compare.cpp
@@ -121,9 +122,8 @@ add_library(shader_recompiler STATIC
121 ir_opt/texture_pass.cpp 122 ir_opt/texture_pass.cpp
122 ir_opt/verification_pass.cpp 123 ir_opt/verification_pass.cpp
123 object_pool.h 124 object_pool.h
125 program_header.h
124 profile.h 126 profile.h
125 recompiler.cpp
126 recompiler.h
127 shader_info.h 127 shader_info.h
128) 128)
129 129