FreeRDP/client/common
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
..
test Fix unchecked strdups 2015-06-22 19:09:59 +02:00
client.c Parse RDP and assistance files in parser. 2016-03-16 13:20:11 +01:00
CMakeLists.txt First shot on fixing over linking 2016-03-29 18:14:34 +02:00
cmdline.c Parse RDP and assistance files in parser. 2016-03-16 13:20:11 +01:00
compatibility.c cmd line: add missing checks 2015-06-22 19:23:57 +02:00
compatibility.h freerdp: various missing link dependencies and symbol exports 2013-09-03 21:48:26 -04:00
file.c Fixed error checks for command line parser. 2016-02-01 15:18:34 +01:00