Skip to content

mehermvr/pb_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pretty bad utils

A repository to keep all my dirty C++ utility functions and stuff for easy inclusion in other projects.

The python version of this is currently locked in a private GitLab instance.

Usage

To include in your projects, use fetch content like so

include(FetchContent)
FetchContent_Declare(
  pb_utils
  GIT_REPOSITORY https://github.com/mehermvr/pb_utils.git
  GIT_TAG 0cda096) # change the hash to latest
FetchContent_MakeAvailable(pb_utils)

Then linking against pb_utils is simply

target_link_libraries(your_target PRIVATE pb_utils)

About

(prettybad)_utils

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published