aboutsummaryrefslogtreecommitdiff
path: root/ports/tbb/usage
diff options
context:
space:
mode:
Diffstat (limited to 'ports/tbb/usage')
-rw-r--r--ports/tbb/usage4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/tbb/usage b/ports/tbb/usage
new file mode 100644
index 000000000..ecea9834c
--- /dev/null
+++ b/ports/tbb/usage
@@ -0,0 +1,4 @@
+The package tbb provides CMake targets:
+
+ find_package(TBB CONFIG REQUIRED)
+ target_link_libraries(main PRIVATE TBB::tbb)