kakwa / libemf2svg

Microsoft (MS) EMF to SVG conversion library
GNU General Public License v2.0
95 stars 32 forks source link

build the project staticly #30

Open FrankLiu007 opened 4 years ago

FrankLiu007 commented 4 years ago

When I try to build the project staticly using "cmake . -DSTATIC=on", I got error: undefined reference to `pthread_mutex_unlock' . The static library libemf2svg.a has been generated.