wjakob / tbb

Intel TBB with CMake build system
Apache License 2.0
369 stars 161 forks source link

Fix static link issues for linking into dll #41

Closed JJoosten closed 6 years ago

JJoosten commented 7 years ago

When building the static libs for tbb and linking them into another project, the build of the libs had various defines wrongly set; which resulted in various linker errors (especially when linking against a dll). This changelist includes the fixes for the properties related to the static build of tbb.

wjakob commented 6 years ago

This looks good -- sorry for the long delay.