summaryrefslogtreecommitdiffhomepage
path: root/csv/CMakeLists.txt
AgeCommit message (Collapse)Author
2017-06-18csv: link staticStanislaw Halik
2017-05-12cmake: fix no-opStanislaw Halik
2017-03-27cmake: rename project's function prefixStanislaw Halik
It's not annoying having to type it anymore. Also "otr_boilerplate" -> "otr_module".
2016-07-06gui, api, csv: support hier(7) on UnixStanislaw Halik
This affects platforms such as FreeBSD, Cygwin or Linux.
2016-06-24csv, proto/ft: workaround link bug on win32 with no ltoStanislaw Halik
Need link dynamic, otherwise symbol lookup failure.
2016-06-14csv: make staticStanislaw Halik
It's only used once per platform.
2016-05-17cmake/many: remove obsolete keywords from cmake macro invocationStanislaw Halik
2015-11-01cmake: export only needed symbolsStanislaw Halik
2015-11-01cmake: less boilerplate, link dynamicallyStanislaw Halik
2015-10-30move to subdirectory-based build systemStanislaw Halik
Closes #224