IOT-1080 Update rt and if to send array of string over the air
[platform/upstream/iotivity.git] / resource / SConscript
index 1bea369..b07bc95 100644 (file)
@@ -30,6 +30,9 @@ Import('env')
 target_os = env.get('TARGET_OS')
 src_dir = env.get('SRC_DIR')
 
+# Build liblogger
+SConscript('csdk/logger/SConscript')
+
 if target_os not in ['arduino', 'darwin', 'ios', 'android']:
        env.AppendUnique(LIBS=['rt'])