Embed with CPM.cmake
CPM.cmake is a nice wrapper around the CMake FetchContent function. Install CPM.cmake and then use this command to add Pareto to your build script:
1 2 3 4 5 6 7 |
|
Your target will be able to see the pareto headers now.
CPM.cmake is a nice wrapper around the CMake FetchContent function. Install CPM.cmake and then use this command to add Pareto to your build script:
1 2 3 4 5 6 7 |
|
Your target will be able to see the pareto headers now.