diff options
| author | greggameplayer <33609333+greggameplayer@users.noreply.github.com> | 2018-11-02 14:26:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-02 14:26:32 +0100 |
| commit | cb8e4a46330ca23496c3a77f42d9d16dc26e0dbe (patch) | |
| tree | cedafffe5a605a1ed914e1d1df1267a3cd299fc9 /src/video_core/CMakeLists.txt | |
| parent | 9ae972ab4e8279c2b471deb4e2fafb8e3f24a572 (diff) | |
| parent | 1069eced8482bd01be9fd305447ef94a82c4c999 (diff) | |
Merge branch 'master' into Texture2DArray
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 c5f7128ec..ddb1a1d69 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt @@ -53,6 +53,8 @@ add_library(video_core STATIC renderer_opengl/renderer_opengl.h renderer_opengl/utils.cpp renderer_opengl/utils.h + surface.cpp + surface.h textures/astc.cpp textures/astc.h textures/decoders.cpp |
