head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.07.02.10.55.48; author wiz; state Exp; branches; next ; commitid 2duv9vouMKGuj4MG; desc @@ 1.1 log @graphics/shaderc: import shaderc-2026.2 A collection of tools, libraries and tests for shader compilation. At the moment it includes: - glslc, a command line compiler for GLSL/HLSL to SPIR-V, and - libshaderc, a library API for accessing `glslc` functionality. @ text @$NetBSD$ We provide the dependencies manually or from pkgsrc, avoid hacking detection. --- CMakeLists.txt.orig 2026-07-01 09:30:46.386568682 +0000 +++ CMakeLists.txt @@@@ -130,7 +130,7 @@@@ endif(MSVC) # Configure subdirectories. # We depend on these for later projects, so they should come first. -add_subdirectory(third_party) +#add_subdirectory(third_party) add_subdirectory(libshaderc_util) add_subdirectory(libshaderc) @