FreeRDP/client/Wayland
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
..
CMakeLists.txt First shot on fixing over linking 2016-03-29 18:14:34 +02:00
wlf_input.c Move wayland client to UWAC 2016-02-23 14:09:53 +01:00
wlf_input.h Move wayland client to UWAC 2016-02-23 14:09:53 +01:00
wlfreerdp.c Merge pull request #3204 from akallabeth/rdp_file_preference_fix 2016-03-16 13:56:39 +01:00
wlfreerdp.h Move wayland client to UWAC 2016-02-23 14:09:53 +01:00