.
├── 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{{ message }}
