uniba-swt / swtbahn-cli

A client-server command line interface for the SWTbahn.
GNU General Public License v3.0
7 stars 3 forks source link

Update include Paths for bidib #69

Closed BLuedtke closed 2 years ago

BLuedtke commented 2 years ago

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.