summaryrefslogtreecommitdiffstats
path: root/src/video_core/CMakeLists.txt
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2021-05-21 22:19:35 +0200
committerameerj <52414509+ameerj@users.noreply.github.com>2021-07-23 03:51:33 +0200
commit69b910e9e7c2b9c361f4389cb1d136105b991bc0 (patch)
treec6a2200b1780159db83c650a0f7d17bf5504b1dd /src/video_core/CMakeLists.txt
parentglasm: Simplify patch reads (diff)
downloadyuzu-69b910e9e7c2b9c361f4389cb1d136105b991bc0.tar
yuzu-69b910e9e7c2b9c361f4389cb1d136105b991bc0.tar.gz
yuzu-69b910e9e7c2b9c361f4389cb1d136105b991bc0.tar.bz2
yuzu-69b910e9e7c2b9c361f4389cb1d136105b991bc0.tar.lz
yuzu-69b910e9e7c2b9c361f4389cb1d136105b991bc0.tar.xz
yuzu-69b910e9e7c2b9c361f4389cb1d136105b991bc0.tar.zst
yuzu-69b910e9e7c2b9c361f4389cb1d136105b991bc0.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 b008c37c0..8250f736c 100644
--- a/src/video_core/CMakeLists.txt
+++ b/src/video_core/CMakeLists.txt
@@ -187,6 +187,8 @@ add_library(video_core STATIC
textures/decoders.h
textures/texture.cpp
textures/texture.h
+ transform_feedback.cpp
+ transform_feedback.h
video_core.cpp
video_core.h
vulkan_common/vulkan_debug_callback.cpp