mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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)
|