Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brecht@blender.org>2020-05-05 00:58:48 +0300
committerBrecht Van Lommel <brecht@blender.org>2020-05-05 15:06:08 +0300
commitc54ced9f5529e2111144f29eadbada215f627fa0 (patch)
tree720c7f7e22976b46cadd17fba1323b93baa70a9c /source/blender/blenlib/CMakeLists.txt
parentbe498a21edd8a6320fb25710b94e1229b0984d07 (diff)
Build: print TBB ON/OFF state on first configure, cleanup old TBB logic
Diffstat (limited to 'source/blender/blenlib/CMakeLists.txt')
-rw-r--r--source/blender/blenlib/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index d3bfb553329..ab9b3e19ab9 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -286,6 +286,10 @@ if(WITH_TBB)
list(APPEND INC_SYS
${TBB_INCLUDE_DIRS}
)
+
+ list(APPEND LIB
+ ${TBB_LIBRARIES}
+ )
endif()
if(WIN32)