Added support for VS 2015.
This commit is contained in:
parent
f80f501885
commit
6b9781475d
19 changed files with 20 additions and 6 deletions
|
@ -101,6 +101,8 @@ elseif(MSVC)
|
|||
set(SFML_MSVC_VERSION 11)
|
||||
elseif(MSVC_VERSION EQUAL 1800)
|
||||
set(SFML_MSVC_VERSION 12)
|
||||
elseif(MSVC_VERSION EQUAL 1900)
|
||||
set(SFML_MSVC_VERSION 14)
|
||||
endif()
|
||||
else()
|
||||
message(FATAL_ERROR "Unsupported compiler")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue