1. Cmake build and execution

1.1. building

The CMakeLists.txt is configured to build the application in src. The following commands can be used to build the application:

 $ cmake --preset default (1)
 $ cmake --build --preset default (2)

1.2. execution

To execute this project you need to execute this commands:

$ ./build/default/src/application/ktirio_geom_app_ksr  --list_of_parameters

You can find the list of parameters and what they does here : list of parameters