Changeset View
Changeset View
Standalone View
Standalone View
source/creator/CMakeLists.txt
| Context not available. | |||||
| if(WITH_TBB) | if(WITH_TBB) | ||||
| blender_include_dirs(${TBB_INCLUDE_DIRS}) | blender_include_dirs(${TBB_INCLUDE_DIRS}) | ||||
| if(NOT APPLE) | if(NOT APPLE) | ||||
| # APPLE plaform uses full paths for linking libraries. | # APPLE platform uses full paths for linking libraries. | ||||
| link_directories(${LIBDIR}/tbb/lib) | link_directories(${LIBDIR}/tbb/lib) | ||||
| endif() | endif() | ||||
| endif() | endif() | ||||
| Context not available. | |||||