Skip to content

cameronbroe/libstopwatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A C++ library for dispatching lambdas on a stopwatch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published