This changes the include paths to use the prefix of the package as a subfolder.
e.g.,
#include <open62541server.h>
is now:
#include <open62541cpp/open62541server.h>
It is common practice to have include files in a specific subdirectory to avoid any name conflicts and clearly state which file to include.
Note that this is very likely a breaking change.
We are currently evaluating your library and may use it more extensively, therefore there may come more breaking-change improvement PRs in the upcoming months.
This changes the include paths to use the prefix of the package as a subfolder.
e.g.,
#include <open62541server.h>
is now:
#include <open62541cpp/open62541server.h>
It is common practice to have include files in a specific subdirectory to avoid any name conflicts and clearly state which file to include.
Note that this is very likely a breaking change. We are currently evaluating your library and may use it more extensively, therefore there may come more breaking-change improvement PRs in the upcoming months.