Describe the bug
When I try to include CXXGraph into a C++ project such as the given Dijkstra example, it complains about not being able to find "version.h". Upon further inspection, I renamed the "version.h.in" from the includes folder to "version.h", which stopped that error, however I am then overloaded with an incomprehensible series of errors
Desktop:
- OS: Ubuntu 25.10
- Code Editor: VSCode
- Build Tool: CMake with G++
As github's character limit is 65k, here is a text file containing the error
error.txt
Describe the bug
When I try to include CXXGraph into a C++ project such as the given Dijkstra example, it complains about not being able to find "version.h". Upon further inspection, I renamed the "version.h.in" from the includes folder to "version.h", which stopped that error, however I am then overloaded with an incomprehensible series of errors
Desktop:
As github's character limit is 65k, here is a text file containing the error
error.txt