mirror of
https://github.com/lubosz/overte.git
synced 2025-04-06 16:22:33 +02:00
4 lines
128 B
Text
4 lines
128 B
Text
The package tbb provides CMake targets:
|
|
|
|
find_package(TBB CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE TBB::tbb)
|