3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/tools/graphics/realesrgan-ncnn-vulkan/cmakelists.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
553 B
Diff
Raw Normal View History

diff --git a/CMakeLists.txt b/CMakeLists.txt
2022-10-19 17:25:32 +01:00
index a234caa..d94388a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
2022-10-19 17:25:32 +01:00
@@ -107,6 +107,8 @@ if(USE_SYSTEM_NCNN)
find_package(Threads)
+ include("${GLSLANG_TARGET_DIR}/SPIRV-Tools/SPIRV-ToolsTarget.cmake")
+ include("${GLSLANG_TARGET_DIR}/SPIRV-Tools-opt/SPIRV-Tools-optTargets.cmake")
2022-10-19 17:25:32 +01:00
include("${GLSLANG_TARGET_DIR}/OSDependentTargets.cmake")
include("${GLSLANG_TARGET_DIR}/OGLCompilerTargets.cmake")
if(EXISTS "${GLSLANG_TARGET_DIR}/HLSLTargets.cmake")