This is template for crossplatform c++ project, which uses cmake as a build system.
Console application.
Optional dependencies:
Boost
How to use:
- Clone the project
- cd build
- cmake ..
- Depends on generator you choice. UNIX base - make, Windows - build with VS
- EXE will be generated in bin directory
Feel free to extend
Licence: MIT