nimbuscontrols / EIPScanner

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

Separate vendor objects into own CMakeLists.txt #42

Closed jadamroth closed 3 years ago

jadamroth commented 3 years ago

I want to separate vendor objects from the library's main CMakeLists.txt, so they are not required with every build. Allow for users to set a flag in cmake to compile them in conjunction with main library.

jadamroth commented 3 years ago

Closed with #44