mirror of
https://github.com/gityf/crc.git
synced 2026-08-12 20:32:20 +08:00
36d8994094bfa0b403bb0e6adc0c67ce390654a8
crc
crc16/crc32/crc64
Build
git clone https://github.com/gityf/crc.git
mkdir build
cd build
cmake .. -DBUILD_SHARED_LIBS=1
make
Include
Cmake build system
add_subdirectory(crc)
target_link_libraries(${PROJECT_NAME} PUBLIC crc)
Languages
C
60%
C++
33.3%
Makefile
4%
CMake
2.7%