From 154bb7c3bbb64c9851de6ba716381725f5f98f3d Mon Sep 17 00:00:00 2001 From: "J. Peter Mugaas" Date: Mon, 29 Jan 2024 16:10:33 -0500 Subject: [PATCH] Mote in BUILD_DX11 option that fxc.exe is required. (#446) --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6368306..277d8b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,10 +17,10 @@ project (DirectXTex option(BUILD_TOOLS "Build tex command-line tools" ON) -option(BUILD_SAMPLE "Build DDSView sample" ON) +option(BUILD_SAMPLE "Build DDSView sample (requires fxc.exe)" ON) # Includes the functions for Direct3D 11 resources and DirectCompute compression -option(BUILD_DX11 "Build with DirectX11 Runtime support" ON) +option(BUILD_DX11 "Build with DirectX11 Runtime support (requires fxc.exe)" ON) # Includes the functions for creating Direct3D 12 resources at runtime option(BUILD_DX12 "Build with DirectX12 Runtime support" ON)