copy/README.md

42 lines
723 B
Markdown
Raw Permalink Normal View History

2024-09-01 23:43:44 +00:00
# libcopy-test - A C++ library
The `libcopy-test` C++ library provides <SUMMARY-OF-FUNCTIONALITY>.
## Usage
To start using `libcopy-test` in your project, add the following `depends`
value to your `manifest`, adjusting the version constraint as appropriate:
```
depends: libcopy-test ^<VERSION>
```
Then import the library in your `buildfile`:
```
import libs = libcopy-test%lib{<TARGET>}
```
## Importable targets
This package provides the following importable targets:
```
lib{<TARGET>}
```
<DESCRIPTION-OF-IMPORTABLE-TARGETS>
## Configuration variables
This package provides the following configuration variables:
```
[bool] config.libcopy_test.<VARIABLE> ?= false
```
<DESCRIPTION-OF-CONFIG-VARIABLES>