How do i add libraries to CodeLite projects?
问题 I recently started using CodeLite since i though that it would be a great software, but i don't know how to add libraries to projects. Can anyone help me out ? 回答1: but i don't know how to add libraries to projects Assuming that you want to compile and link against some external libraries, these are the steps you need: Open your project settings (right click on the project->settings) -> Compiler -> Include Paths, and set here the location where the compiler can find your .h files Open project