build: 添加 TBB 作为第三方子模块
添加 oneTBB 作为子模块以支持并行计算功能,路径为 third_party/tbb
This commit is contained in:
parent
24b86b4916
commit
3b031666ae
|
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "third_party/tbb"]
|
||||||
|
path = third_party/tbb
|
||||||
|
url = https://github.com/oneapi-src/oneTBB.git
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 492c01ee2b906e945f08355787dfc015dd7cc505
|
||||||
Loading…
Reference in New Issue