skunkforce / OmniView

This Repository contains the OmniView Software, which is used in the AW4null Research Projects
https://www.autowerkstatt40.org/
MIT License
3 stars 4 forks source link

Refactoring: Linking cpp and hpp files #107

Closed AKMaily closed 3 weeks ago

AKMaily commented 2 months ago

Currently there are a few cpp files that are included in the main.cpp. This is not c++ standard. This files should be linked and only the .hpp files should be included in the main.cpp.

R-Abbasi commented 1 month ago

https://github.com/skunkforce/OmniView/pull/120