macOS*#
This section uses <tbb_install_dir> to indicate the top-level installation directory. The following table describes the subdirectory structure for macOS*, relative to <tbb_install_dir>.
Item |
Location |
Environment Variable |
---|---|---|
Header files |
<tbb_install_dir>/include/oneapi/tbb.h <tbb_install_dir>/include/oneapi/tbb/*.h |
|
Shared libraries |
|
LIBRARY_PATH DYLD_LIBRARY_PATH |
Symbolic links |
<tbb_install_dir>/lib/<lib><variant>.dylib -> <tbb_install_dir>lib/<lib><variant>.<ver_major>.dylib <tbb_install_dir>/lib/<lib><variant>.<ver_major>.dylib -> <tbb_install_dir>lib/<lib><variant>.<ver_major>.<ver_minor>.dylib |
|
CMake files |
|
|
pkg-config files |
|
|
vars script |
|
where
<lib>
-libtbb
,libtbbmalloc
orlibtbbmalloc_proxy
<variant>
-_debug
or empty<version>
- binary version in a form of<ver_major>.<ver_minor>
See Integrate oneTBB to learn how to use CMake* and pkg-config tools. To set the environment, see Next Steps.