Embed as CMake subdirectory
You can use pareto directly in CMake projects as a subproject.
Clone the whole project inside your own project:
1 |
|
and add the subdirectory to your CMake script:
1 |
|
When creating your executable, link the library to the targets you want:
1 2 |
|
Your target will be able to see the pareto headers now.