liblcb
1.0.0
Light Code Base
Rozhuk Ivan [email protected] 2011-2024
Statically linked code library. Compile and include only things that you need.
BSD licence.
Support the author
1AxYyMWek5vhoWWRTWKQpWUqKxyfLarCuz
mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_LIBLCB_TESTS=1 ..
cmake --build . --config Release -j 16
ctest -C Release --output-on-failure -j 16