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
The docs say:
4.Run CMake in \deps\llvm and compile solution in RelWithDebInfo mode
which results in the .lib files being put in "deps\llvm\RelWithDebInfo" , but the CppSharp project is looking in "deps\llvm\build\RelWithDebInfo". Am I supposed to run Cmake in the build folder?