
IF(ANDROID)
   ADD_SUBDIRECTORY( android )
ELSE()
   ADD_SUBDIRECTORY( src )
ENDIF()