summaryrefslogtreecommitdiffstats
path: root/src/video_core/CMakeLists.txt
diff options
context:
space:
mode:
authorJannik Vogel <email@jannikvogel.de>2016-04-30 09:43:59 +0200
committerJannik Vogel <email@jannikvogel.de>2016-04-30 09:43:59 +0200
commit49bfe9bf91532d82cd082bf3316ce1bb0d24cc86 (patch)
tree009e1118300348ecab47c168551ba0d5301a95e2 /src/video_core/CMakeLists.txt
parentMerge pull request #1650 from JamePeng/update-the-ndm-code (diff)
downloadyuzu-49bfe9bf91532d82cd082bf3316ce1bb0d24cc86.tar
yuzu-49bfe9bf91532d82cd082bf3316ce1bb0d24cc86.tar.gz
yuzu-49bfe9bf91532d82cd082bf3316ce1bb0d24cc86.tar.bz2
yuzu-49bfe9bf91532d82cd082bf3316ce1bb0d24cc86.tar.lz
yuzu-49bfe9bf91532d82cd082bf3316ce1bb0d24cc86.tar.xz
yuzu-49bfe9bf91532d82cd082bf3316ce1bb0d24cc86.tar.zst
yuzu-49bfe9bf91532d82cd082bf3316ce1bb0d24cc86.zip
Diffstat (limited to 'src/video_core/CMakeLists.txt')
-rw-r--r--src/video_core/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt
index de4082b1f..581a37897 100644
--- a/src/video_core/CMakeLists.txt
+++ b/src/video_core/CMakeLists.txt
@@ -15,7 +15,6 @@ set(SRCS
shader/shader.cpp
shader/shader_interpreter.cpp
swrasterizer.cpp
- utils.cpp
vertex_loader.cpp
video_core.cpp
)