Skip to content

Dup4/autowired-cpp

Repository files navigation

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