Find as CMake package
If you are using CMake and have the library installed on your system, you can then find Pareto with the
usual find_package
command:
1 2 3 |
|
Your target will be able to see the pareto headers now.
find_package on windows
There is no easy default directory for find_package on windows. You have to set it yourself.