Add external package management support
[platform/upstream/iotivity.git] / resource / oc_logger / examples / SConscript
index de1ab4a..6516f05 100644 (file)
@@ -4,10 +4,7 @@
 
 Import('env')
 
-lib_env = env.Clone()
-SConscript(env.get('SRC_DIR') + '/resource/third_party_libs.scons', 'lib_env')
-
-examples_env = lib_env.Clone()
+examples_env = env.Clone()
 ######################################################################
 # Build flags
 ######################################################################