You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered: