Innermost

Results 2 issues of Innermost

This pull request aims to introduce a new feature to the project: the implementation of a web interface that utilizes a REST API for communication with the backend, secured through...

## Summary Fixed a case-sensitivity issue in `CMakeLists.txt` where `${srcs}` was used instead of `${SRCS}`. ## Problem The build was failing with: ``` CMake Error at CMakeLists.txt:77 (add_executable): No SOURCES...