echoprint-codegen
echoprint-codegen copied to clipboard
Add CMake build system
Descrpition: Add files necessary for CMake build system to operate. This change doesn't break old src/Makefile build system. This new system currently can work only on Linux( tested ). Additionaly CMake claims to be platform-independed, but no tests were done for Windows and Mac OS X building.
Summary
- Add necessary CMakeLists.txt
- Add necessary cmake FindXXX modules into cmake/modules