nimbuscontrols / EIPScanner

Free implementation of EtherNet/IP in C++
https://eipscanner.readthedocs.io/en/latest/
MIT License
224 stars 90 forks source link

Added rudimentary support for pkg-config #95

Closed JohannesKauffmann closed 1 year ago

JohannesKauffmann commented 1 year ago

A .pc file is now created and installed. It works only for linking against the shared library thus far, but it is a starting point.

Also added a description and homepage URL to CMakeLists.txt.