diff options
| author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2018-11-24 23:53:17 -0300 |
|---|---|---|
| committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2018-11-25 00:37:18 -0300 |
| commit | dad3a6718e942862b2e6b98a9bea3fa3b0fdeb5d (patch) | |
| tree | 9347c330e837eecb8ee39a5b76de7dbdc635ddad /src/video_core/CMakeLists.txt | |
| parent | f7a1827aaa384863c1a2bdff13a322aa9d89dfd2 (diff) | |
video_core: Move morton functions to their own file
Diffstat (limited to 'src/video_core/CMakeLists.txt')
| -rw-r--r-- | src/video_core/CMakeLists.txt | 3 |
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 ) |
