/zencxx

C++(11) reusable code compilation

Primary LanguageC++GNU Lesser General Public License v3.0LGPL-3.0

What is this?

I started this project as attempt to collect in one single place all my code which is being highly reusable was copy-n-pasted many times from project to project. The second goal is to make it easy to reuse in any of my future projects as an external dependency w/o necessity to copy-n-paste and/or fixing code style and other bullshit...

Requirements

To build documentation:

To generate skeleton source files using make new-class syntax:

How to install

... simple! :)

$ cmake . && make && sudo make install