Unfortunately, I don’t know which folders have to be set since there are various possibilities (e.g. tbb/bin/intel64/vc14 or tbb/bin/intel64/vc14 etc.).
Most applications nowadays depend on a number of third-party libraries, which are downloaded/built automatically using CMake External Project infrastructure.
If you need to configure TBB manually, you can do that by:
VTK_SMP_IMPLEMENTATION_TYPE: VTK
TBB_INCLUDE_DIR: Path to the folder which contains tbb/tbb.h
TBB_LIBRARY_DEBUG: (Path)/tbb_debug.lib
TBB_LIBRARY_RELEASE: (Path)/tbb.lib
Also, make sure to always use forward slashes with cmake paths.