Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CXXUtility

This library provides utility types, and preprocessor definitions and macros used in my projects.

Building

Building this library is straight forward.

mkdir <build directory>
cd <build directory>
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=<installation directory> <path to repository>
make -j<threads> -l<cores>

Afterwards install CXXUtility using [sudo] make package.

Usage

CXXUtility exports it's targets and provides a CMake package. Therefore use find_package(cxxutility REQUIRED) to find the provided package and link it to your target.

About

C++ utility library

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages