Skip to content

Dup4/autowired-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

25350ac · Sep 24, 2023

History

72 Commits
Sep 24, 2023
Sep 17, 2023
Jun 9, 2022
Nov 30, 2022
Jan 13, 2023
Jul 7, 2022
Jun 9, 2022
Jun 9, 2022
Jan 13, 2023
Jan 13, 2023
Jan 13, 2023
Sep 18, 2023
Jan 13, 2023
Sep 18, 2023
Jan 13, 2023

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