Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 436 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 436 Bytes

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.