|
|
@ -65,6 +65,8 @@ if(NOT HAVE_TBB) |
|
|
|
set(_TBB_LIB_PATH "${_TBB_LIB_PATH}/vc11") |
|
|
|
set(_TBB_LIB_PATH "${_TBB_LIB_PATH}/vc11") |
|
|
|
elseif(MSVC12) |
|
|
|
elseif(MSVC12) |
|
|
|
set(_TBB_LIB_PATH "${_TBB_LIB_PATH}/vc12") |
|
|
|
set(_TBB_LIB_PATH "${_TBB_LIB_PATH}/vc12") |
|
|
|
|
|
|
|
elseif(MSVC14) |
|
|
|
|
|
|
|
set(_TBB_LIB_PATH "${_TBB_LIB_PATH}/vc14") |
|
|
|
endif() |
|
|
|
endif() |
|
|
|
set(TBB_LIB_DIR "${_TBB_LIB_PATH}" CACHE PATH "Full path of TBB library directory") |
|
|
|
set(TBB_LIB_DIR "${_TBB_LIB_PATH}" CACHE PATH "Full path of TBB library directory") |
|
|
|
link_directories("${TBB_LIB_DIR}") |
|
|
|
link_directories("${TBB_LIB_DIR}") |
|
|
|