FreeRDP/libfreerdp
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
..
cache Fix char signedness in glyph offset calculation, fixes #2137 2016-02-21 18:15:32 +01:00
codec First shot on fixing over linking 2016-03-29 18:14:34 +02:00
common First shot on fixing over linking 2016-03-29 18:14:34 +02:00
core First shot on fixing over linking 2016-03-29 18:14:34 +02:00
crypto First shot on fixing over linking 2016-03-29 18:14:34 +02:00
gdi Implemented GFX AVC444 support. 2016-03-16 13:43:18 +01:00
locale Refactored timezone functions. 2016-02-24 09:28:30 +01:00
primitives Fixed comments. 2016-03-16 13:43:18 +01:00
utils First shot on fixing over linking 2016-03-29 18:14:34 +02:00
CMakeLists.txt First shot on fixing over linking 2016-03-29 18:14:34 +02:00
freerdp.pc.in cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00
FreeRDPConfig.cmake.in cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00