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