diff options
Diffstat (limited to '')
| -rw-r--r-- | src/shader_recompiler/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shader_recompiler/CMakeLists.txt b/src/shader_recompiler/CMakeLists.txt index ae1dbe619..af8e51fe8 100644 --- a/src/shader_recompiler/CMakeLists.txt +++ b/src/shader_recompiler/CMakeLists.txt | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | # SPDX-FileCopyrightText: 2018 yuzu Emulator Project | ||
| 2 | # SPDX-License-Identifier: GPL-2.0-or-later | ||
| 3 | |||
| 1 | add_library(shader_recompiler STATIC | 4 | add_library(shader_recompiler STATIC |
| 2 | backend/bindings.h | 5 | backend/bindings.h |
| 3 | backend/glasm/emit_glasm.cpp | 6 | backend/glasm/emit_glasm.cpp |