Closed jschueller closed 4 years ago
Allows to detect tbb easily:
find_package(TBB CONFIG REQUIRED) add_executable (hello main.cxx) target_link_libraries(hello TBB::tbb)
Closes #52, #53, #55
Allows to detect tbb easily:
Closes #52, #53, #55