Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.51 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.51 KB

ProNest

License: MIT Unix Status Windows Status codecov

ProNest is a library for handling nested properties. It is meant to expose software properties whose values can be defined in a range. The purpose it to be able to obtain the set of all allowed values, to execute the software with multiple values and find the best one according to given metrics.

Building

To build the library from sources in a clean way, it is preferable that you set up a build subdirectory, say:

$ mkdir build && cd build

Then you can prepare the build environment, choosing a Release build for maximum performance:

$ cmake .. -DCMAKE_BUILD_TYPE=Release

At this point, if no error arises, you can build with:

$ cmake --build .

The library is meant to be used as a dependency, in particular by disabling testing as long as the tests target is already defined in an enclosing project.

Contribution guidelines

If you would like to contribute to ProNest, please contact the developer: