src/mesh/examples/wscript
author Tommaso Pecorella <tommaso.pecorella@unifi.it>
Thu, 09 Jul 2015 23:52:12 +0200
changeset 11485 df37afec1b0f
parent 6913 54679ab32585
permissions -rw-r--r--
Bug 1941 - [mesh] Remove unnecessary dependency on Application module

## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-

def build(bld):
    obj = bld.create_ns3_program('mesh', ['internet', 'mobility', 'wifi', 'mesh', 'applications'])
    obj.source = 'mesh.cc'