aboutsummaryrefslogtreecommitdiff
path: root/ports/tbb/usage
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-09-04 18:20:50 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-09-04 18:20:50 -0700
commita91d32f1cdde95cec662c0453dd0c3e8ca200b31 (patch)
treed450575ebe5ee221eaa8edfddcbd336d509c56b5 /ports/tbb/usage
parent522d8d1061aa6989fe0896a8a9b75534153c4d9a (diff)
parent06e85f063c696966a677f98e742d6263f61ded66 (diff)
downloadvcpkg-a91d32f1cdde95cec662c0453dd0c3e8ca200b31.tar.gz
vcpkg-a91d32f1cdde95cec662c0453dd0c3e8ca200b31.zip
Merge remote-tracking branch 'origin/master' into dev/roschuma/4224
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)