Skip to content

prothegee/libprcpp

Repository files navigation

libprcpp

one stop c++ library for c++ project

currently for personal use as module



package that might required

NOTES:

- if above package doesn't exists project will skip that package library
- may cause some module & functionality not implemented


tested compiler

  • Clang ( 14.0 )
  • GNU GCC ( 12.2 )
  • Microsoft MSVC ( 19.42 )


tested OS

  • Microsoft Windows ( 11 )
  • GNU/Linux Debian Bookworm ( 12 )


cmake

  • build:
    mkdir -p build/debug;
    cmake -G "Ninja" -B build/debug -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="-std:c++17"; # use "/std:c++17 /EHsc" for msvc
    cmake --build build/debug --target all --;


end of libprcpp README

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published