This repo is a cookiecutter template for new simple C++ dll/shared object project with premake.
- Make sure you have Cookiecutter installed.
- Run
cookiecutter https://github.com/numengo/cc-cpp-dll.gitin your terminal. - Now a new folder should have been created.
- premake5 as a fast and easy to use build system
- Cookiecutter as a great tool to create projects from templates