iamantony / qtcsv

Library for reading and writing csv-files in Qt.
MIT License
265 stars 141 forks source link

expose one target for static and shared build #33

Closed cguentherTUChemnitz closed 7 years ago

cguentherTUChemnitz commented 7 years ago

Because we either build static or build shared lib, it is not necessary anymore to expose two different target names.

Now the same target name can be used for target_link_libraries.

cguentherTUChemnitz commented 7 years ago

Thanks for fixing the typo :)

iamantony commented 7 years ago

:smile: