Refactor sample build

This commit is contained in:
2024-06-06 12:04:55 +02:00
parent 61de687476
commit 633aa52849
4 changed files with 13 additions and 29 deletions

View File

@@ -23,12 +23,10 @@ The algorithm returns the cut points for the variable.
To run the sample, just execute the following commands:
```bash
cd sample
cmake -B build
cd build
make
./sample -f iris -m 2
./sample -h
cmake -B build -S .
cmake --build build
build/sample/sample -f iris -m 2
build/sample/sample -h
```
## Test