mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 18:02:13 +02:00
add TBB dll path to lib paths
This commit is contained in:
parent
c233dc7b57
commit
e7b4746c16
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,9 @@ elseif (WIN32)
|
|||
endif()
|
||||
|
||||
set(_TBB_LIB_DIR "lib/${_TBB_ARCH_DIR}/vc12")
|
||||
|
||||
find_path(TBB_DLL_PATH tbb_debug.dll PATH_SUFFIXES "bin/${_TBB_ARCH_DIR}/vc12" HINTS ${TBB_SEARCH_DIRS})
|
||||
add_path_to_lib_paths(${TBB_DLL_PATH})
|
||||
elseif (ANDROID)
|
||||
set(_TBB_DEFAULT_INSTALL_DIR "/tbb")
|
||||
set(_TBB_LIB_NAME "tbb")
|
||||
|
|
Loading…
Reference in a new issue