Skip to content

Commit

Permalink
Fixing linker issues for subdivision algorithms
Browse files Browse the repository at this point in the history
I honestly do not know what I thought when I wrote the corresponding
CMake file...

It is truly a marvel that this used to work at all.
  • Loading branch information
Pseudomanifold committed Jan 5, 2018
1 parent e53e9e8 commit 2ad476f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions SubdivisionAlgorithms/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ SET( SUBDIVISION_ALGORITHMS_SRC
DooSabin.cpp
Liepa.cpp
Loop.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(SubdivisionAlgorithms SHARED ${SUBDIVISION_ALGORITHMS_SRC})
Expand Down

0 comments on commit 2ad476f

Please sign in to comment.