jcurl / RJCP.DLL.SerialPortStream

SerialPortStream is an independent implementation of System.IO.Ports.SerialPort and SerialStream for better reliability and maintainability. Default branch is 2.x and now has support for Mono with help of a C library.
Microsoft Public License
628 stars 197 forks source link

add nserial-config.cmake #3

Closed jcurl closed 7 years ago

jcurl commented 8 years ago

As we use cmake to build the libnserial component, we should probably create a cmake module and install that too. Then other software components could use the find_package() within cmake to know where the library is installed.

The link looks interesting: https://archive.fosdem.org/2013/schedule/event/moderncmake/attachments/slides/258/export/events/attachments/moderncmake/slides/258/cmake_fosdem_2013.pdf

jcurl commented 7 years ago

Closing as I've implemented a findpackage module instead