common: Move hex string processing to separate file

This commit is contained in:
Zach Hilman 2018-08-09 20:43:45 -04:00
parent 6a396d2129
commit 7193c994b7
3 changed files with 64 additions and 0 deletions

View file

@ -40,6 +40,8 @@ add_library(common STATIC
file_util.cpp
file_util.h
hash.h
hex_util.cpp
hex_util.h
logging/backend.cpp
logging/backend.h
logging/filter.cpp