Imported Upstream version 1.2.0
[platform/upstream/iotivity.git] / service / resource-encapsulation / examples / SConscript
1 ##
2 # Examples build script
3 ##
4 Import('env')
5
6 target_os = env.get('TARGET_OS')
7 if target_os in ['linux']:
8         SConscript('linux/SConscript')