summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-06-07 04:31:46 +0200
committerGitHub <noreply@github.com>2019-06-07 04:31:46 +0200
commitcd2d9628c99db1944b44b5699bfc40bee582301d (patch)
treee395a8a535f94b31cfb72f415065b1bf65139bbe /src/common
parentMerge pull request #2552 from ReinUsesLisp/shader-shared-ptr (diff)
parentcmake: Add missing shader hash file entries (diff)
downloadyuzu-cd2d9628c99db1944b44b5699bfc40bee582301d.tar
yuzu-cd2d9628c99db1944b44b5699bfc40bee582301d.tar.gz
yuzu-cd2d9628c99db1944b44b5699bfc40bee582301d.tar.bz2
yuzu-cd2d9628c99db1944b44b5699bfc40bee582301d.tar.lz
yuzu-cd2d9628c99db1944b44b5699bfc40bee582301d.tar.xz
yuzu-cd2d9628c99db1944b44b5699bfc40bee582301d.tar.zst
yuzu-cd2d9628c99db1944b44b5699bfc40bee582301d.zip
Diffstat (limited to '')
-rw-r--r--src/common/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index cb514a0d2..198b3fe07 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -56,6 +56,9 @@ add_custom_command(OUTPUT scm_rev.cpp
"${VIDEO_CORE}/shader/decode/video.cpp"
"${VIDEO_CORE}/shader/decode/xmad.cpp"
"${VIDEO_CORE}/shader/decode.cpp"
+ "${VIDEO_CORE}/shader/node.h"
+ "${VIDEO_CORE}/shader/node_helper.cpp"
+ "${VIDEO_CORE}/shader/node_helper.h"
"${VIDEO_CORE}/shader/shader_ir.cpp"
"${VIDEO_CORE}/shader/shader_ir.h"
"${VIDEO_CORE}/shader/track.cpp"