You have to create a folder (for example ...project/libs ), put the libraries and VisualStudio in it (I think you are using VS), in Configuration Properties β Linker β General β Additional Libraries Directories set the relative path this way:
"$ (SolutionDir) \ LIES"
Where $ (SolutionDir) is the path of your project. An environment variable can be created in Control Panel β System and Security β System β Advanced System Settings β Environment Variables. Then just click Create and add the path and variable name (SolutionDir).
source share