|
||
---|---|---|
.gitea/workflows | ||
build | ||
libcopy-test | ||
tests | ||
.gitattributes | ||
.gitignore | ||
buildfile | ||
manifest | ||
README.md | ||
repositories.manifest |
libcopy-test - A C++ library
The libcopy-test
C++ library provides .
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>}
Configuration variables
This package provides the following configuration variables:
[bool] config.libcopy_test.<VARIABLE> ?= false