1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-11-21 12:00:06 +00:00

CMake update

This commit is contained in:
Chuck Walbourn 2022-03-27 17:32:51 -07:00
parent 9e34fadda0
commit 80cf9ad154

View File

@ -247,7 +247,7 @@ if(BUILD_TOOLS AND WIN32 AND (NOT WINDOWS_STORE))
endif()
#--- DDSView sample
if(BUILD_SAMPLE AND WIN32 AND (NOT WINDOWS_STORE))
if(BUILD_SAMPLE AND BUILD_DX11 AND WIN32 AND (NOT WINDOWS_STORE))
list(APPEND TOOL_EXES ddsview)
add_executable(ddsview WIN32