Junxiao Shi | e5adbfd | 2015-06-18 14:42:06 -0700 | [diff] [blame^] | 1 | # -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- |
2 | top = '../..' | ||||
3 | |||||
4 | def build(bld): | ||||
5 | bld.program( | ||||
6 | features='cxx', | ||||
7 | target='../../bin/ndn-dissect', | ||||
8 | source='ndn-dissect.cpp', | ||||
9 | use='core-objects', | ||||
10 | ) |