The program displays the battery status and percentage. The program also displays notifications about charging, discharging and low battery level.
To build a program, you need to add the full PROJECT_PATH
in the code line. And only after that you can start building the program.
mkdir build && cd build
cmake ..
make