File: CMakeLists.txt

package info (click to toggle)
ns3 3.47-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 106,848 kB
  • sloc: cpp: 633,577; python: 15,491; ansic: 6,773; makefile: 1,959; sh: 1,021; pascal: 632; javascript: 167; perl: 102
file content (82 lines) | stat: -rw-r--r-- 2,874 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
build_lib(
  LIBNAME mesh
  SOURCE_FILES
    helper/dot11s/dot11s-installer.cc
    helper/flame/flame-installer.cc
    helper/mesh-helper.cc
    helper/mesh-stack-installer.cc
    model/dot11s/airtime-metric.cc
    model/dot11s/dot11s-mac-header.cc
    model/dot11s/hwmp-protocol-mac.cc
    model/dot11s/hwmp-protocol.cc
    model/dot11s/hwmp-rtable.cc
    model/dot11s/hwmp-tag.cc
    model/dot11s/ie-dot11s-beacon-timing.cc
    model/dot11s/ie-dot11s-configuration.cc
    model/dot11s/ie-dot11s-id.cc
    model/dot11s/ie-dot11s-metric-report.cc
    model/dot11s/ie-dot11s-peer-management.cc
    model/dot11s/ie-dot11s-peering-protocol.cc
    model/dot11s/ie-dot11s-perr.cc
    model/dot11s/ie-dot11s-prep.cc
    model/dot11s/ie-dot11s-preq.cc
    model/dot11s/ie-dot11s-rann.cc
    model/dot11s/peer-link-frame.cc
    model/dot11s/peer-link.cc
    model/dot11s/peer-management-protocol-mac.cc
    model/dot11s/peer-management-protocol.cc
    model/flame/flame-header.cc
    model/flame/flame-protocol-mac.cc
    model/flame/flame-protocol.cc
    model/flame/flame-rtable.cc
    model/mesh-information-element-vector.cc
    model/mesh-l2-routing-protocol.cc
    model/mesh-point-device.cc
    model/mesh-wifi-beacon.cc
    model/mesh-wifi-interface-mac.cc
  HEADER_FILES
    helper/dot11s/dot11s-installer.h
    helper/flame/flame-installer.h
    helper/mesh-helper.h
    helper/mesh-stack-installer.h
    model/dot11s/dot11s-mac-header.h
    model/dot11s/hwmp-protocol.h
    model/dot11s/hwmp-rtable.h
    model/dot11s/ie-dot11s-beacon-timing.h
    model/dot11s/ie-dot11s-configuration.h
    model/dot11s/ie-dot11s-id.h
    model/dot11s/ie-dot11s-metric-report.h
    model/dot11s/ie-dot11s-peer-management.h
    model/dot11s/ie-dot11s-peering-protocol.h
    model/dot11s/ie-dot11s-perr.h
    model/dot11s/ie-dot11s-prep.h
    model/dot11s/ie-dot11s-preq.h
    model/dot11s/ie-dot11s-rann.h
    model/dot11s/peer-link-frame.h
    model/dot11s/peer-link.h
    model/dot11s/peer-management-protocol.h
    model/flame/flame-header.h
    model/flame/flame-protocol-mac.h
    model/flame/flame-protocol.h
    model/flame/flame-rtable.h
    model/mesh-information-element-vector.h
    model/mesh-l2-routing-protocol.h
    model/mesh-point-device.h
    model/mesh-wifi-beacon.h
    model/mesh-wifi-interface-mac-plugin.h
    model/mesh-wifi-interface-mac.h
  LIBRARIES_TO_LINK ${libwifi}
                    ${libapplications}
  TEST_SOURCES
    test/dot11s/dot11s-test-suite.cc
    test/dot11s/hwmp-proactive-regression.cc
    test/dot11s/hwmp-reactive-regression.cc
    test/dot11s/hwmp-simplest-regression.cc
    test/dot11s/hwmp-target-flags-regression.cc
    test/dot11s/pmp-regression.cc
    test/dot11s/regression.cc
    test/flame/flame-regression.cc
    test/flame/flame-test-suite.cc
    test/flame/regression.cc
    test/mesh-information-element-vector-test-suite.cc
)