add new subcommand + skeleton files

This commit is contained in:
Benjamin Sergeant
2020-06-03 16:29:25 -07:00
parent bcfcfb628e
commit b029f176b6
2 changed files with 32 additions and 2 deletions

View File

@ -8,6 +8,7 @@ set (IXBOTS_SOURCES
ixbots/IXCobraToSentryBot.cpp
ixbots/IXCobraToStatsdBot.cpp
ixbots/IXCobraToStdoutBot.cpp
ixbots/IXCobraMetricsToStatsdBot.cpp
ixbots/IXStatsdClient.cpp
)
@ -17,6 +18,7 @@ set (IXBOTS_HEADERS
ixbots/IXCobraToSentryBot.h
ixbots/IXCobraToStatsdBot.h
ixbots/IXCobraToStdoutBot.h
ixbots/IXCobraMetricsToStatsdBot.h
ixbots/IXStatsdClient.h
)