# 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 ^ ``` Then import the library in your `buildfile`: ``` import libs = libcopy-test%lib{} ``` ## Importable targets This package provides the following importable targets: ``` lib{} ``` ## Configuration variables This package provides the following configuration variables: ``` [bool] config.libcopy_test. ?= false ```