Convert between common units within a specific category (e.g., temperature: Celsius, Fahrenheit, Kelvin; distance: meters, feet, miles)
In the root directory
- mkdir build
- cd build
- cmake ..
- cmake --install .
You can run the examples explicitly from a command line from root:
./bin/unitconverter-app Celsius 30 Fahrenheit
.bin/examples/helloworld