Skip to content

A C++ library that provides commonly used types.

License

Notifications You must be signed in to change notification settings

MehmetHY/cpputils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Utilities

A C++ library that provides commonly used types.

Include

CMake

include(FetchContent)

FetchContent_Declare(cpputils_git
    GIT_REPOSITORY https://github.com/MehmetHY/cpputils.git
    GIT_SHALLOW 1
)

FetchContent_MakeAvailable(cpputils_git)

target_link_libraries(my_project PRIVATE cpputils::cpputils)

Use directly

Since this is a header-only library, you can directly copy-paste or include 'cpputils/include' into your project.

About

A C++ library that provides commonly used types.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published