diff options
author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2020-06-03 23:07:35 +0200 |
---|---|---|
committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2020-06-12 03:12:07 +0200 |
commit | a63a0daa5e773574019ec521c0a07096efbdcd36 (patch) | |
tree | bbf61edb6185f0d5cd7c2bc79d91e39fa47cb45b /src/video_core/CMakeLists.txt | |
parent | yuzu/configuration: Show assembly shaders check box (diff) | |
download | yuzu-a63a0daa5e773574019ec521c0a07096efbdcd36.tar yuzu-a63a0daa5e773574019ec521c0a07096efbdcd36.tar.gz yuzu-a63a0daa5e773574019ec521c0a07096efbdcd36.tar.bz2 yuzu-a63a0daa5e773574019ec521c0a07096efbdcd36.tar.lz yuzu-a63a0daa5e773574019ec521c0a07096efbdcd36.tar.xz yuzu-a63a0daa5e773574019ec521c0a07096efbdcd36.tar.zst yuzu-a63a0daa5e773574019ec521c0a07096efbdcd36.zip |
Diffstat (limited to 'src/video_core/CMakeLists.txt')
-rw-r--r-- | src/video_core/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index 2bf8d68ce..2af713af2 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt @@ -54,6 +54,8 @@ add_library(video_core STATIC rasterizer_interface.h renderer_base.cpp renderer_base.h + renderer_opengl/gl_arb_decompiler.cpp + renderer_opengl/gl_arb_decompiler.h renderer_opengl/gl_buffer_cache.cpp renderer_opengl/gl_buffer_cache.h renderer_opengl/gl_device.cpp |