3
0
Fork 0
mirror of https://github.com/JulianGro/overte.git synced 2025-04-23 01:03:45 +02:00
overte-JulianGro/cmake/ports/tbb/usage
2018-11-08 12:28:06 -08:00

4 lines
128 B
Text

The package tbb provides CMake targets:
find_package(TBB CONFIG REQUIRED)
target_link_libraries(main PRIVATE TBB::tbb)