This commit is contained in:
恍兮惚兮 2024-11-15 06:30:49 +08:00
parent 4ce537b282
commit b80e429ab6

View File

@ -25,6 +25,9 @@ if(USE_VCLTL)
if(${CMAKE_SIZEOF_VOID_P} EQUAL 4)
set(LTLPlatform "Win32")
endif()
if(WINXP)
set(WindowsTargetPlatformMinVersion "5.1.2600.0")
endif()
include("${CMAKE_CURRENT_LIST_DIR}/VC-LTL helper for cmake.cmake")
endif()