summaryrefslogtreecommitdiffstats
path: root/src/video_core/CMakeLists.txt
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2018-11-25 03:53:17 +0100
committerReinUsesLisp <reinuseslisp@airmail.cc>2018-11-25 04:37:18 +0100
commitdad3a6718e942862b2e6b98a9bea3fa3b0fdeb5d (patch)
tree9347c330e837eecb8ee39a5b76de7dbdc635ddad /src/video_core/CMakeLists.txt
parentMerge pull request #1641 from DarkLordZach/sm-register-unregister (diff)
downloadyuzu-dad3a6718e942862b2e6b98a9bea3fa3b0fdeb5d.tar
yuzu-dad3a6718e942862b2e6b98a9bea3fa3b0fdeb5d.tar.gz
yuzu-dad3a6718e942862b2e6b98a9bea3fa3b0fdeb5d.tar.bz2
yuzu-dad3a6718e942862b2e6b98a9bea3fa3b0fdeb5d.tar.lz
yuzu-dad3a6718e942862b2e6b98a9bea3fa3b0fdeb5d.tar.xz
yuzu-dad3a6718e942862b2e6b98a9bea3fa3b0fdeb5d.tar.zst
yuzu-dad3a6718e942862b2e6b98a9bea3fa3b0fdeb5d.zip
Diffstat (limited to 'src/video_core/CMakeLists.txt')
-rw-r--r--src/video_core/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt
index a780215c1..3f906a517 100644
--- a/src/video_core/CMakeLists.txt
+++ b/src/video_core/CMakeLists.txt
@@ -21,6 +21,8 @@ add_library(video_core STATIC
macro_interpreter.h
memory_manager.cpp
memory_manager.h
+ morton.cpp
+ morton.h
rasterizer_cache.cpp
rasterizer_cache.h
rasterizer_interface.h
@@ -62,7 +64,6 @@ add_library(video_core STATIC
textures/decoders.cpp
textures/decoders.h
textures/texture.h
- utils.h
video_core.cpp
video_core.h
)