summaryrefslogtreecommitdiffstats
path: root/src/video_core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-06-18 05:50:44 +0200
committerbunnei <bunneidev@gmail.com>2018-06-18 07:56:59 +0200
commit61779fa072fea906410eca3e29ba54fe1ee347d3 (patch)
treecf52473bbca8d54e6edfddf28d874d8a1e50856b /src/video_core/CMakeLists.txt
parentMerge pull request #569 from bunnei/fix-cache (diff)
downloadyuzu-61779fa072fea906410eca3e29ba54fe1ee347d3.tar
yuzu-61779fa072fea906410eca3e29ba54fe1ee347d3.tar.gz
yuzu-61779fa072fea906410eca3e29ba54fe1ee347d3.tar.bz2
yuzu-61779fa072fea906410eca3e29ba54fe1ee347d3.tar.lz
yuzu-61779fa072fea906410eca3e29ba54fe1ee347d3.tar.xz
yuzu-61779fa072fea906410eca3e29ba54fe1ee347d3.tar.zst
yuzu-61779fa072fea906410eca3e29ba54fe1ee347d3.zip
Diffstat (limited to 'src/video_core/CMakeLists.txt')
-rw-r--r--src/video_core/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt
index 6e193e7e1..c6431e722 100644
--- a/src/video_core/CMakeLists.txt
+++ b/src/video_core/CMakeLists.txt
@@ -41,6 +41,8 @@ add_library(video_core STATIC
renderer_opengl/maxwell_to_gl.h
renderer_opengl/renderer_opengl.cpp
renderer_opengl/renderer_opengl.h
+ textures/astc.cpp
+ textures/astc.h
textures/decoders.cpp
textures/decoders.h
textures/texture.h