Skip to content
Snippets Groups Projects
Commit efbcc722 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

[gh-162] Move sha1 library to third_party and add to libmisc.

parent 52915a4c
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
macro(libmisc_build) macro(libmisc_build)
set(misc_src set(misc_src
${PROJECT_SOURCE_DIR}/third_party/crc32.c ${PROJECT_SOURCE_DIR}/third_party/crc32.c
${PROJECT_SOURCE_DIR}/third_party/sha1.c
${PROJECT_SOURCE_DIR}/third_party/proctitle.c ${PROJECT_SOURCE_DIR}/third_party/proctitle.c
${PROJECT_SOURCE_DIR}/third_party/PMurHash.c ${PROJECT_SOURCE_DIR}/third_party/PMurHash.c
${PROJECT_SOURCE_DIR}/third_party/base64.c ${PROJECT_SOURCE_DIR}/third_party/base64.c
......
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment