INCLUDE_DIRECTORIES(
./_Inc
./Inc
)
AUX_SOURCE_DIRECTORY(./Src SrcS)
ADD_LIBRARY(VrEthMonitor STATIC ${SrcS})