Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/src/netbuild/CMakeLists.txt
169668 views
1
set(netbuild_STAT_SRCS
2
NBAlgorithms.cpp
3
NBAlgorithms.h
4
NBAlgorithms_Ramps.cpp
5
NBAlgorithms_Ramps.h
6
NBAlgorithms_Railway.cpp
7
NBAlgorithms_Railway.h
8
NBCapacity2Lanes.h
9
NBConnection.cpp
10
NBConnection.h
11
NBConnectionDefs.h
12
NBCont.h
13
NBContHelper.cpp
14
NBContHelper.h
15
NBDistrict.cpp
16
NBDistrict.h
17
NBDistrictCont.cpp
18
NBDistrictCont.h
19
NBEdge.cpp
20
NBEdge.h
21
NBEdgeCont.cpp
22
NBEdgeCont.h
23
NBFrame.cpp
24
NBFrame.h
25
NBHeightMapper.cpp
26
NBHeightMapper.h
27
NBHelpers.cpp
28
NBHelpers.h
29
NBLinkPossibilityMatrix.h
30
NBNode.cpp
31
NBNode.h
32
NBNodeCont.cpp
33
NBNodeCont.h
34
NBNodeShapeComputer.cpp
35
NBNodeShapeComputer.h
36
NBParking.cpp
37
NBParking.h
38
NBPTStop.cpp
39
NBPTStop.h
40
NBPTStopCont.cpp
41
NBPTStopCont.h
42
NBRequest.cpp
43
NBRequest.h
44
NBTrafficLightDefinition.cpp
45
NBTrafficLightDefinition.h
46
NBTrafficLightLogic.cpp
47
NBTrafficLightLogic.h
48
NBTrafficLightLogicCont.cpp
49
NBTrafficLightLogicCont.h
50
NBTypeCont.cpp
51
NBTypeCont.h
52
NBSign.cpp
53
NBSign.h
54
NBOwnTLDef.cpp
55
NBOwnTLDef.h
56
NBLoadedTLDef.cpp
57
NBLoadedTLDef.h
58
NBLoadedSUMOTLDef.cpp
59
NBLoadedSUMOTLDef.h
60
NBVehicle.h
61
NBNetBuilder.cpp
62
NBNetBuilder.h
63
NBPTLine.cpp NBPTLine.h NBPTLineCont.cpp NBPTLineCont.h NBPTPlatform.cpp NBPTPlatform.h)
64
65
add_library(netbuild STATIC ${netbuild_STAT_SRCS})
66
set_property(TARGET netbuild PROPERTY PROJECT_LABEL "z_netbuild")
67
68