mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-25 20:48:03 +00:00
Update to support VS2013
This commit is contained in:
parent
a74b4e6862
commit
fd2699302d
2 changed files with 3 additions and 1 deletions
|
@ -62,6 +62,8 @@ IF(MSVC)
|
||||||
SET(MSVC_VERSION_STRING vc100)
|
SET(MSVC_VERSION_STRING vc100)
|
||||||
ELSEIF(MSVC11)
|
ELSEIF(MSVC11)
|
||||||
SET(MSVC_VERSION_STRING vc110)
|
SET(MSVC_VERSION_STRING vc110)
|
||||||
|
ELSEIF(MSVC12)
|
||||||
|
SET(MSVC_VERSION_STRING vc120)
|
||||||
ELSEIF(MSVC90)
|
ELSEIF(MSVC90)
|
||||||
SET(MSVC_VERSION_STRING vc90)
|
SET(MSVC_VERSION_STRING vc90)
|
||||||
ELSEIF(MSVC80)
|
ELSEIF(MSVC80)
|
||||||
|
|
2
Windows
2
Windows
|
@ -1 +1 @@
|
||||||
Subproject commit 4feeeb6550851ba3541c3f9505c76018e665667e
|
Subproject commit 6d9f6ba0f9ebec0f6735b1f29527ea5835ef3572
|
Loading…
Reference in a new issue