zaufi / zencxx

C++(11) reusable code compilation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

C++(11) reusable code compilation

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 76.1%Language:CMake 23.9%