summaryrefslogtreecommitdiffstats
path: root/src/video_core/CMakeLists.txt
diff options
context:
space:
mode:
authorFernandoS27 <fsahmkow27@gmail.com>2018-09-11 03:00:55 +0200
committerFernandoS27 <fsahmkow27@gmail.com>2018-09-11 18:34:27 +0200
commite926757c8f7d8d1fc90e62c2b891a65fe1119173 (patch)
treeff73d819e09b1aa8172dc7f5420a98c109286270 /src/video_core/CMakeLists.txt
parentMerge pull request #1291 from lioncash/default (diff)
downloadyuzu-e926757c8f7d8d1fc90e62c2b891a65fe1119173.tar
yuzu-e926757c8f7d8d1fc90e62c2b891a65fe1119173.tar.gz
yuzu-e926757c8f7d8d1fc90e62c2b891a65fe1119173.tar.bz2
yuzu-e926757c8f7d8d1fc90e62c2b891a65fe1119173.tar.lz
yuzu-e926757c8f7d8d1fc90e62c2b891a65fe1119173.tar.xz
yuzu-e926757c8f7d8d1fc90e62c2b891a65fe1119173.tar.zst
yuzu-e926757c8f7d8d1fc90e62c2b891a65fe1119173.zip
Diffstat (limited to '')
-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 65b5f57c3..ac4ec36de 100644
--- a/src/video_core/CMakeLists.txt
+++ b/src/video_core/CMakeLists.txt
@@ -12,6 +12,7 @@ add_library(video_core STATIC
engines/maxwell_dma.cpp
engines/maxwell_dma.h
engines/shader_bytecode.h
+ engines/shader_header.h
gpu.cpp
gpu.h
macro_interpreter.cpp