one stop c++ library for c++ project
currently for personal use as module
NOTES:
- if above package doesn't exists project will skip that package library
- may cause some module & functionality not implemented
- Clang ( 14.0 )
- GNU GCC ( 12.2 )
- Microsoft MSVC ( 19.42 )
- Microsoft Windows ( 11 )
- GNU/Linux Debian Bookworm ( 12 )
- 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 --;