Skip to content

mmpaszkowski/cpp_static_lib_template

Repository files navigation

cpp_static_lib_template

Build Status Codacy Badge codecov

Project structure

.
├── cmake
│   ├── AddGitSubmodule.cmake
│   ├── CodeCoverage.cmake
│   ├── ConfigSafeGuards.cmake
│   ├── Docs.cmake
│   ├── LTO.cmake
│   ├── Tools.cmake
│   └── Warnings.cmake
├── CMakeLists.txt
├── configured
│   ├── CMakeLists.txt
│   └── config.h.in
├── include
│   └── cpp_static_lib_template
│       └── library.h
├── README.md
├── src
│   ├── CMakeLists.txt
│   └── library.cpp
└── tests
    ├── CMakeLists.txt
    └── library.cpp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages