Skip to content

Commit dca8b27

Browse files
committed
Removing reference to header-only libraries.
1 parent 7d7ae0f commit dca8b27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
[![License][license-badge]][license-link]
44

5-
Modern CMake template for C++ header-only libraries with comprehensive infrastructure.
5+
Modern CMake template for C++ libraries with comprehensive infrastructure.
66

77
[license-badge]: https://img.shields.io/badge/license-BSL%201.0-blue.svg
88
[license-link]: https://github.com/stlab/cpp-library/blob/main/LICENSE
99

1010
## Overview
1111

12-
`cpp-library` provides a standardized CMake infrastructure template for header-only C++ libraries. It eliminates boilerplate and provides consistent patterns for:
12+
`cpp-library` provides a standardized CMake infrastructure template for C++ libraries. It eliminates boilerplate and provides consistent patterns for:
1313

1414
- **Project Declaration**: Uses existing `project()` declaration with automatic git tag-based versioning
1515
- **Library Setup**: INTERFACE targets with proper installation and package config

0 commit comments

Comments
 (0)