move sentry code around and add a stub unittest for it

This commit is contained in:
Benjamin Sergeant
2019-10-25 14:46:10 -07:00
parent 7e67598360
commit 0e73fe51e9
8 changed files with 59 additions and 3 deletions

View File

@ -228,6 +228,7 @@ if (USE_WS OR USE_TEST)
add_subdirectory(ixcrypto)
add_subdirectory(ixcobra)
add_subdirectory(ixsnake)
add_subdirectory(ixsentry)
add_subdirectory(third_party/spdlog spdlog)