projects
/
occt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
0026600: CMake should disable auto-link for TBB
[occt.git]
/
src
/
TKMesh
/
CMakeLists.txt
1
project(TKMesh)
2
3
set (TOOLKIT_MODULES
4
BRepMesh
5
)
6
7
if(USE_TBB)
8
list( APPEND USED_LIBS tbb )
9
list( APPEND USED_LIBS tbbmalloc )
10
endif()
11
12
OCCT_INCLUDE_CMAKE_FILE (adm/cmake/occt_toolkit)