summaryrefslogtreecommitdiffstats
path: root/src/video_core/CMakeLists.txt
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2018-10-29 02:14:25 +0100
committerReinUsesLisp <reinuseslisp@airmail.cc>2018-10-30 20:07:20 +0100
commit76754f57055cca4510062c04b8d3b85e9d88752b (patch)
tree2d325c037a500ee15975db997774b0d891584480 /src/video_core/CMakeLists.txt
parentMerge pull request #1624 from lioncash/boost (diff)
downloadyuzu-76754f57055cca4510062c04b8d3b85e9d88752b.tar
yuzu-76754f57055cca4510062c04b8d3b85e9d88752b.tar.gz
yuzu-76754f57055cca4510062c04b8d3b85e9d88752b.tar.bz2
yuzu-76754f57055cca4510062c04b8d3b85e9d88752b.tar.lz
yuzu-76754f57055cca4510062c04b8d3b85e9d88752b.tar.xz
yuzu-76754f57055cca4510062c04b8d3b85e9d88752b.tar.zst
yuzu-76754f57055cca4510062c04b8d3b85e9d88752b.zip
Diffstat (limited to '')
-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 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