uniba-swt / libbidib

A library for communication with a BiDiB (www.bidib.org) system using a serial connection.
GNU General Public License v3.0
10 stars 4 forks source link

Feature Request: Make Install Target, Pkgconfig, and Switch to En-/Disable Building Tests #11

Closed BLuedtke closed 2 years ago

BLuedtke commented 2 years ago

It would be nice if the CMakeLists.txt configured an install target (to move the built libs to e.g. /usr/local/lib on Linux), as well as a package-config file to point to the installed libraries and the include directory.

Moreover, it would be nice if there was a CMake flag for disabling/enabling compilation of the test targets.

I'll create a prototype version and then open a PR.