Merge pull request #5161 from leoetlino/es-formats-tests

Add unit tests for IOS/ESFormats
This commit is contained in:
Mat M 2017-04-08 17:10:57 -04:00 committed by GitHub
commit f09d17f40f
6 changed files with 420 additions and 1 deletions

View file

@ -40,6 +40,8 @@ set(SRCS
Logging/LogManager.cpp
)
set(LIBS ${LIBS} ${MBEDTLS_LIBRARIES})
if(ANDROID)
set(SRCS ${SRCS}
Logging/ConsoleListenerDroid.cpp)