mirror of https://github.com/gityf/crc.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
3 years ago | |
|---|---|---|
| crc | 3 years ago | |
| unit-test | 4 years ago | |
| .gitignore | 3 years ago | |
| CMakeLists.txt | 3 years ago | |
| Makefile.comm | 10 years ago | |
| README.md | 3 years ago | |
README.md
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)