Two sub-projects. One creates a static library and the other links to it.
- The sub-project build_lib creates an executable and a library.
- The sub-project link2lib creates an executable with build_lib's library.
The library libsolver.a is already copied in the lib folder of link2lib sub-project.
Makefile targeted for GNU/Linux and not tested on Windows.
For each of the two sub-projects go to their folder:
makeGPL © Kanelis Ilias