diff options
author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2019-02-24 02:45:47 +0100 |
---|---|---|
committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2019-02-27 00:08:27 +0100 |
commit | 0ad3c031f4f0e1db16e271ed1329e2c4bad33e10 (patch) | |
tree | aaa115aafde8dbd657453317e698d62c72d07df8 /src/video_core/CMakeLists.txt | |
parent | decoders: Minor style changes (diff) | |
download | yuzu-0ad3c031f4f0e1db16e271ed1329e2c4bad33e10.tar yuzu-0ad3c031f4f0e1db16e271ed1329e2c4bad33e10.tar.gz yuzu-0ad3c031f4f0e1db16e271ed1329e2c4bad33e10.tar.bz2 yuzu-0ad3c031f4f0e1db16e271ed1329e2c4bad33e10.tar.lz yuzu-0ad3c031f4f0e1db16e271ed1329e2c4bad33e10.tar.xz yuzu-0ad3c031f4f0e1db16e271ed1329e2c4bad33e10.tar.zst yuzu-0ad3c031f4f0e1db16e271ed1329e2c4bad33e10.zip |
Diffstat (limited to 'src/video_core/CMakeLists.txt')
-rw-r--r-- | src/video_core/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index 6036d6ed3..b5a327936 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt @@ -94,6 +94,8 @@ add_library(video_core STATIC surface.h textures/astc.cpp textures/astc.h + textures/convert.cpp + textures/convert.h textures/decoders.cpp textures/decoders.h textures/texture.h |