Imported Upstream version 0.9.2
[platform/upstream/iotivity.git] / service / notification-manager / SampleApp / SConscript
1 ##
2 # Examples build script
3 ##
4 Import('env')
5
6 target_os = env.get('TARGET_OS')
7 if target_os == 'linux':
8         SConscript('linux/SConscript')
9 elif target_os == 'arduino':
10         SConscript('arduino/SConscript')