Hello, i am new to cmake and tbb, so i ask the question...
I git clone this repo, and build it with vscode cmake on Windows successfully:
it generates a lot of files in build directory, i found the library locate in the Release subdirectory:
Then i add following lines in my project's CMakeLists.txt:
Hello, i am new to cmake and tbb, so i ask the question... I git clone this repo, and build it with vscode cmake on Windows successfully: it generates a lot of files in
build
directory, i found the library locate in theRelease
subdirectory: Then i add following lines in my project's CMakeLists.txt:cmake tells me
LINK : fatal error LNK1104: cannot open file 'tbb.lib'