achille-roussel / nanomsgxx

Nanomsg binding for C++11
MIT License
114 stars 35 forks source link

Add CMake build files #19

Closed chhinze closed 5 years ago

chhinze commented 5 years ago

Files for building with CMake have been added. This enables to build with CMake on different Platforms (also on Windows with Visual Studio 2017) and to easier integrate this project into other CMake based projects.

This change includes:

chhinze commented 5 years ago

Thank you for accepting and maintaining this cool project. The merge might fix issued #1 #7 and #12 by using CMakes library finding mechanisms (when building with CMake).