diff options
| author | bunnei <bunneidev@gmail.com> | 2019-03-06 21:56:20 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-06 21:56:20 -0500 |
| commit | 076c76f4e41602f94c06e23f5d1f1ff1cddca95b (patch) | |
| tree | b24cdf1f99ae12647dab27acec7fd0e00efdf506 /src/video_core/CMakeLists.txt | |
| parent | ed0bdcc6385f8984b07780a7b2071696c4829466 (diff) | |
| parent | 0ad3c031f4f0e1db16e271ed1329e2c4bad33e10 (diff) | |
Merge pull request #2149 from ReinUsesLisp/decoders-style
gl_rasterizer_cache: Move format conversion functions to their own file
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 3e9d2b3be..c1ae83f4d 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt @@ -94,6 +94,8 @@ add_library(video_core STATIC surface.h textures/astc.cpp textures/astc.h + textures/convert.cpp + textures/convert.h textures/decoders.cpp textures/decoders.h textures/texture.h |
