Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/src/utils/geom/CMakeLists.txt
169678 views
1
set(utils_geom_STAT_SRCS
2
AbstractPoly.h
3
Boundary.cpp
4
Boundary.h
5
Bresenham.cpp
6
Bresenham.h
7
GeomConvHelper.cpp
8
GeomConvHelper.h
9
GeoConvHelper.cpp
10
GeoConvHelper.h
11
GeomHelper.cpp
12
GeomHelper.h
13
Position.cpp
14
Position.h
15
PositionVector.cpp
16
PositionVector.h
17
Triangle.cpp
18
Triangle.h
19
)
20
21
add_library(utils_geom STATIC ${utils_geom_STAT_SRCS})
22
set_property(TARGET utils_geom PROPERTY PROJECT_LABEL "z_utils_geom")
23
24