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
How could I use VS Code to build dynamic library file (on MacOS)? I have the cpp files and would like to build them into a dynamic library file (e.g. libxxx.so, or libxxx.dylib on MacOS). Thanks!