Added TBB support for MSVC14 / Visual Studio 2015

This commit is contained in:
David G. Yu 2016-06-23 14:04:49 -07:00
parent 90e8b58145
commit 50e8cee18e

View File

@ -85,6 +85,8 @@ if (WIN32)
set(WINPATH "${WINPATH}/vc11")
elseif (MSVC12)
set(WINPATH "${WINPATH}/vc12")
elseif (MSVC14)
set(WINPATH "${WINPATH}/vc14")
endif()
list(APPEND TBB_LIB_ARCH ${WINPATH})