mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 00:24:13 +08:00
vc
This commit is contained in:
parent
4ce537b282
commit
b80e429ab6
@ -25,6 +25,9 @@ if(USE_VCLTL)
|
|||||||
if(${CMAKE_SIZEOF_VOID_P} EQUAL 4)
|
if(${CMAKE_SIZEOF_VOID_P} EQUAL 4)
|
||||||
set(LTLPlatform "Win32")
|
set(LTLPlatform "Win32")
|
||||||
endif()
|
endif()
|
||||||
|
if(WINXP)
|
||||||
|
set(WindowsTargetPlatformMinVersion "5.1.2600.0")
|
||||||
|
endif()
|
||||||
include("${CMAKE_CURRENT_LIST_DIR}/VC-LTL helper for cmake.cmake")
|
include("${CMAKE_CURRENT_LIST_DIR}/VC-LTL helper for cmake.cmake")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user