Bernhard Miklautz 9e8c6c99b6 First shot on fixing over linking
If a target is linked against libraries with cmake
(target_link_libraries) and the libraries are not marked as PRIVATE
they are "exported" and in case a other target is linked against this
target it is also linked against *all* (not private) libraries.

Without declaring private libraries PRIVATE a lot of over linking
(linking against unneeded libraries) was done.
2016-03-29 18:14:34 +02:00
..
2016-03-29 18:14:34 +02:00
2015-11-12 16:10:39 +01:00
2015-05-11 09:07:39 +02:00
2015-12-14 14:18:50 +01:00
2015-04-08 11:34:37 +02:00
2015-05-11 09:07:39 +02:00
2015-03-25 17:38:21 +01:00
2015-05-26 16:41:29 +02:00
2015-06-22 19:21:47 +02:00