How to link to native libraries in a Visual Studio Code project?

独自空忆成欢 提交于 2021-01-05 07:24:05

问题


I am learning OpenGl and I am new to ms Visual Studio Code. I want to add GLEW and GLFW to visual studio code. I have been only able to add header files and it's been 2 weeks from then and I still haven't been able to figure out how to add libraries of GLEW and GLFW to vscode. All the tutorials on the Internet are made for past versions of the visual studio by creating an empty project. But this empty project option is not available in Visual Studio Code. So, please help me to figure this out.

I have added header files in c_cpp_properties.json. But I don't know how to add libraries.

来源:https://stackoverflow.com/questions/65490599/how-to-link-to-native-libraries-in-a-visual-studio-code-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!