FreeRDP/client
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
..
Android Fixed error handling for channel load failures. 2016-03-14 13:13:43 +01:00
common First shot on fixing over linking 2016-03-29 18:14:34 +02:00
DirectFB Fixed error handling for channel load failures. 2016-03-14 13:13:43 +01:00
iOS Fixed error handling for channel load failures. 2016-03-14 13:13:43 +01:00
Mac Fixed error handling for channel load failures. 2016-03-14 13:13:43 +01:00
Sample Fixed error handling for channel load failures. 2016-03-14 13:13:43 +01:00
Wayland First shot on fixing over linking 2016-03-29 18:14:34 +02:00
Windows Merge pull request #3204 from akallabeth/rdp_file_preference_fix 2016-03-16 13:56:39 +01:00
X11 First shot on fixing over linking 2016-03-29 18:14:34 +02:00
.gitignore cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00
CMakeLists.txt only compile wayland client when WAYLAND_FOUND 2016-03-14 12:59:28 +00:00
freerdp-client.pc.in cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00
FreeRDP-ClientConfig.cmake.in appropriate names in server & client cmake exports 2016-02-03 13:37:35 +01:00