diff '--color=auto' -Naur shaderc-2025.3/CMakeLists.txt shaderc-2025.3.new/CMakeLists.txt --- shaderc-2025.3/CMakeLists.txt 2025-06-24 23:18:01.000000000 +0200 +++ shaderc-2025.3.new/CMakeLists.txt 2025-06-30 10:41:02.856079132 +0200 @@ -41,14 +41,11 @@ message(STATUS "Configuring Shaderc to avoid building tests.") endif() -option(SHADERC_SKIP_EXAMPLES "Skip building examples" ${SHADERC_SKIP_EXAMPLES}) if(NOT ${SHADERC_SKIP_EXAMPLES}) set(SHADERC_ENABLE_EXAMPLES ON) endif() if(${SHADERC_ENABLE_EXAMPLES}) - message(STATUS "Configuring Shaderc to build examples.") else() - message(STATUS "Configuring Shaderc to avoid building examples.") endif() option(SHADERC_SKIP_EXECUTABLES "Skip building executables." ${SHADERC_SKIP_EXECUTABLES}) @@ -130,13 +127,11 @@ # Configure subdirectories. # We depend on these for later projects, so they should come first. -add_subdirectory(third_party) add_subdirectory(libshaderc_util) add_subdirectory(libshaderc) add_subdirectory(glslc) if(${SHADERC_ENABLE_EXAMPLES}) - add_subdirectory(examples) endif() add_custom_target(build-version diff '--color=auto' -Naur shaderc-2025.3/glslc/CMakeLists.txt shaderc-2025.3.new/glslc/CMakeLists.txt --- shaderc-2025.3/glslc/CMakeLists.txt 2025-06-24 23:18:01.000000000 +0200 +++ shaderc-2025.3.new/glslc/CMakeLists.txt 2025-06-30 10:40:58.031514935 +0200 @@ -54,7 +54,6 @@ target_include_directories(glslc_exe PRIVATE ${CMAKE_CURRENT_BINARY_DIR}/.. ${spirv-tools_SOURCE_DIR}/include) set_target_properties(glslc_exe PROPERTIES OUTPUT_NAME glslc) target_link_libraries(glslc_exe PRIVATE glslc shaderc_util shaderc) - add_dependencies(glslc_exe build-version) endif(SHADERC_ENABLE_EXECUTABLES) shaderc_add_tests(