1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-11-09 14:30:05 +00:00

CMake code review

This commit is contained in:
Chuck Walbourn 2020-08-10 20:54:31 -07:00
parent 179d12148d
commit 8aee4d3ccf

View File

@ -185,3 +185,5 @@ if(WIN32)
target_compile_definitions(${PROJECT_NAME} PRIVATE _WIN32_WINNT=0x0601)
endif()
endif()
set_property(DIRECTORY PROPERTY VS_STARTUP_PROJECT texconv)