diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-08-28 23:19:08 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-09-04 09:04:18 -0700 |
| commit | 6af7c99555a03235994bc6dfe495ad07369088c6 (patch) | |
| tree | d0db9f0947ab34c23f22397802c9ec7e0e2e82ef /ports/tbb/usage | |
| parent | e3956a98d079097eedaab2ed1ab5033136334248 (diff) | |
| download | vcpkg-6af7c99555a03235994bc6dfe495ad07369088c6.tar.gz vcpkg-6af7c99555a03235994bc6dfe495ad07369088c6.zip | |
[tbb] Add support for Linux and OSX
[tbb] Fix installed cmake file. Add vcpkg_test_cmake()
[tbb] Fix static non-windows builds
[tbb] Fix find_package() on Windows
Diffstat (limited to 'ports/tbb/usage')
| -rw-r--r-- | ports/tbb/usage | 4 |
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)
|
