Skip to content

cameronbroe/cpp-cmake-shared-lib-template

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published