Page 1 of 1

Adding external libraries to C++ project, Windows, Codelite version 15

Posted: Sat May 21, 2022 9:10 pm
by ruynox

I'm trying to add "pugixml library" for XML support to my project. I've downloaded files from their site but I couldn't figure out how do I add them to my project. It doesn't have include directory. It has src, scripts and docs files in it. I have downloaded pugixml library from this web site:
https://pugixml.org/


Re: Adding external libraries to C++ project, Windows, Codelite version 15

Posted: Sun Jun 19, 2022 12:47 pm
by Jarod42

It seems more a question for pugixml library.

In Codelite,
in project option:

  • In compiler option, you have to add appropriate include path in "IncludePath"
  • in linker option, you have to fill "Libraries" and "Libraries Search path"