Merge branch 'master' into notification-service
[platform/upstream/iotivity.git] / service / notification / cpp-wrapper / SConscript
1 # build producer notification wrapper
2 SConscript('provider/SConscript')
3
4 # build producer notification wrapper
5 SConscript('consumer/SConscript')
6
7 # Go to build sample apps using wrapper
8 SConscript('examples/linux/SConscript')