common: Move hex string processing to separate file

This commit is contained in:
Zach Hilman 2018-08-09 20:43:45 -04:00
parent a921d22545
commit 10aac376d1
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