How to add additional libraries to Visual Studio project?

前端 未结 4 1915
一向
一向 2020-11-22 06:53

Allergro is an open souce C++ addon library for graphics manipulation. How do I add this library to my compiler?

The instructions don\'t work for me as I have Window

4条回答
  •  一向
    一向 (楼主)
    2020-11-22 07:39

    Add #pragma comment(lib, "Your library name here") to your source.

提交回复
热议问题