Skip to content

yafiyogi/yy_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp stuff

Build

Requried YY repositories:

  • yy_cmake
  • yy_test

Requrired 3rd party libraries

CMake command

In yy_cpp source directiory:

cmake --fresh -DCMAKE_INSTALL_PREFIX=<install dir> -DYY_THIRD_PARTY_LIBRARY=<third party lib dir> -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE -DCMAKE_BUILD_TYPE=Release .

Build unit tests & run

In yy_cpp source directiory:

make test

Build benchmarks & run

In yy_cpp source directiory:

make benchmark

Build and install lib & headers

make install

This will install

  • libyy_cpp.a in <install dir>/lib.
  • headers in <install dir>/include/yy_cpp

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published