Skip to content

Commit

Permalink
Fixed linker issues for segmentation algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
Pseudomanifold committed Jan 5, 2018
1 parent 2ad476f commit 6e01ecf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions SegmentationAlgorithms/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
SET( SEGMENTATION_ALGORITHMS_SRC
SegmentationAlgorithm.cpp
PlanarSegmentation.cpp
# Add mesh library dependency explicitly here in order to prevent
# linker problems.
../directed_edge.cpp
../edge.cpp
../face.cpp
../mesh.cpp
../v3ctor.cpp
../vertex.cpp
)

ADD_LIBRARY(SegmentationAlgorithms SHARED ${SEGMENTATION_ALGORITHMS_SRC})
Expand Down

0 comments on commit 6e01ecf

Please sign in to comment.