diff options
Diffstat (limited to 'src/libavoid/CMakeLists.txt')
| -rw-r--r-- | src/libavoid/CMakeLists.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/libavoid/CMakeLists.txt b/src/libavoid/CMakeLists.txt index de067833b..bae681f11 100644 --- a/src/libavoid/CMakeLists.txt +++ b/src/libavoid/CMakeLists.txt @@ -1,12 +1,22 @@ set(libavoid_SRC + actioninfo.cpp + connectionpin.cpp connector.cpp + connend.cpp geometry.cpp geomtypes.cpp graph.cpp + hyperedge.cpp + hyperedgeimprover.cpp + hyperedgetree.cpp + junction.cpp makepath.cpp + mtst.cpp + obstacle.cpp orthogonal.cpp router.cpp + scanline.cpp shape.cpp timer.cpp vertices.cpp @@ -14,18 +24,29 @@ set(libavoid_SRC visibility.cpp vpsc.cpp + # ------- # Headers + actioninfo.h assertions.h + connectionpin.h connector.h + connend.h debug.h geometry.h geomtypes.h graph.h + hyperedge.h + hyperedgeimprover.h + hyperedgetree.h + junction.h libavoid.h makepath.h + mtst.h + obstacle.h orthogonal.h router.h + scanline.h shape.h timer.h vertices.h |
