mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 04:57:51 +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)
|