Basic C++ CMake template for a shared lib Project setup Dependencies Python >=3.5 Bootstrap python3 bootstrap.py Usage To generate Makefile: mkdir build/ cd build/ cmake .. To build library: make ls -l lib/ To run tests: make test License This project is licensed under the MIT license. A copy of this license is provided in this repository.