If you have access to source code of the application that does the work, you can compile it as static library and then compile it into your app.
If not, then you'll have to use some kind of installer (ie NSIS) to bundle them together and deploy on target box.
Bookmarks