Completely refactor install targets
[senf.git] / Examples / UDPClientServer / SConscript
1 Import('env')
2 import SENFSCons
3
4 ###########################################################################
5
6 SENFSCons.Binary(env, 'udpClient', 'udpClient.cc');
7 SENFSCons.Binary(env, 'udpServer', 'udpServer.cc',);
8 SENFSCons.Doxygen(env)