I was trying to link the external library https://github.com/bk192077/struct_mapping. I have done all necessary steps given in the to do section but still when I include that into my code it gives me error.
$ g++ test test.cpp
test.cpp:1:10: fatal error: struct_mapping/struct_mapping.h: No such file or directory
1 | #include "struct_mapping/struct_mapping.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
If anybody know how to handle this. It will be great. And also I do not know what is CMake. As I am very beginner in coding.