Libbidib now has the option to be installed in a include directory such as usr/local/include. This allows the swtbahn-cli cmake setup to be (more) portable. However, it does require a change in the include paths in .c and .h files. Bidib now has to be included with <bidib/bidib.h>, not . This new schema is consistent with how we include onion.
I'll add the required changes to the Cmake setup and the includes.
Libbidib now has the option to be installed in a include directory such as usr/local/include. This allows the swtbahn-cli cmake setup to be (more) portable. However, it does require a change in the include paths in .c and .h files. Bidib now has to be included with <bidib/bidib.h>, not. This new schema is consistent with how we include onion.
I'll add the required changes to the Cmake setup and the includes.