how to #include third party libraries

前端 未结 2 500
-上瘾入骨i
-上瘾入骨i 2021-02-03 12:42

I have built and installed a library called OhNet. After make install the corresponding header files of the framework have been installed under usr/local/incl

2条回答
  •  野性不改
    2021-02-03 13:15

    You will have to put the header files that you want to use, in your project folder and then use #include in your .cpp file just like how you would do for any other header files.

提交回复
热议问题