summaryrefslogtreecommitdiffstats
path: root/src/video_core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-04-05 03:43:40 +0200
committerbunnei <bunneidev@gmail.com>2018-04-14 05:48:19 +0200
commit4e7e0f81125f30a108b90c5ee6cae9b248164d9e (patch)
tree8a8eb7080b1cfb7f464578072df4efe97ab05a95 /src/video_core/CMakeLists.txt
parentbit_field: Make all methods constexpr. (diff)
downloadyuzu-4e7e0f81125f30a108b90c5ee6cae9b248164d9e.tar
yuzu-4e7e0f81125f30a108b90c5ee6cae9b248164d9e.tar.gz
yuzu-4e7e0f81125f30a108b90c5ee6cae9b248164d9e.tar.bz2
yuzu-4e7e0f81125f30a108b90c5ee6cae9b248164d9e.tar.lz
yuzu-4e7e0f81125f30a108b90c5ee6cae9b248164d9e.tar.xz
yuzu-4e7e0f81125f30a108b90c5ee6cae9b248164d9e.tar.zst
yuzu-4e7e0f81125f30a108b90c5ee6cae9b248164d9e.zip
Diffstat (limited to 'src/video_core/CMakeLists.txt')
-rw-r--r--src/video_core/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt
index a710c4bc5..4defb5786 100644
--- a/src/video_core/CMakeLists.txt
+++ b/src/video_core/CMakeLists.txt
@@ -9,6 +9,7 @@ add_library(video_core STATIC
engines/maxwell_3d.h
engines/maxwell_compute.cpp
engines/maxwell_compute.h
+ engines/shader_bytecode.h
gpu.cpp
gpu.h
macro_interpreter.cpp