Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.23 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.23 KB

autowired-cpp

Clang Format Test codecov GitHub release

Integration

CMake

FetchContent_Declare(
    autowired
    QUIET
    GIT_REPOSITORY https://github.com/Dup4/autowired-cpp.git
    GIT_TAG v{x.y.z} # Where `x.y.z` is the release version you want to use.
)

Bazel

git_repository(
    name = "autowired",
    remote = "https://github.com/Dup4/autowired-cpp.git",
    tag = "v{x.y.z}",  # Where `x.y.z` is the release version you want to use.
)

Usage

See the usage in the unit test

License

MIT License © 2022 - PRESENT Dup4