From b0218900f043842c235c86658c7158c430248d75 Mon Sep 17 00:00:00 2001
From: Matthew McCall <[EMAIL REDACTED]>
Date: Wed, 1 Jan 2025 18:35:52 -0500
Subject: [PATCH] Fix indentation
---
CMakeLists.txt | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7e9520b..8d049f4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -114,15 +114,15 @@ if(SDLSHADERCROSS_VENDORED)
endif()
if(SDLSHADERCROSS_DXC)
- set(DXC_COVERAGE OFF)
- set(HLSL_INCLUDE_TESTS OFF)
- set(LLVM_INCLUDE_TESTS OFF)
- include(external/DirectXShaderCompiler/cmake/caches/PredefinedParams.cmake)
- add_subdirectory(external/DirectXShaderCompiler EXCLUDE_FROM_ALL)
- add_library(DirectXShaderCompiler::dxcompiler ALIAS dxcompiler)
- add_library(DirectXShaderCompiler::dxil ALIAS dxildll)
- list(APPEND vendored_targets dxcompiler dxildll)
- add_dependencies(dxcompiler dxildll)
+ set(DXC_COVERAGE OFF)
+ set(HLSL_INCLUDE_TESTS OFF)
+ set(LLVM_INCLUDE_TESTS OFF)
+ include(external/DirectXShaderCompiler/cmake/caches/PredefinedParams.cmake)
+ add_subdirectory(external/DirectXShaderCompiler EXCLUDE_FROM_ALL)
+ add_library(DirectXShaderCompiler::dxcompiler ALIAS dxcompiler)
+ add_library(DirectXShaderCompiler::dxil ALIAS dxildll)
+ list(APPEND vendored_targets dxcompiler dxildll)
+ add_dependencies(dxcompiler dxildll)
endif()
export(TARGETS ${vendored_targets} NAMESPACE "SDL3_shadercross::" FILE "SDL3_shadercross-vendored-targets.cmake")