FreeRDP/channels/echo
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
..
client First shot on fixing over linking 2016-03-29 18:14:34 +02:00
server ConvertFromUnicode fixes and misc hardening 2016-03-03 16:56:19 +01:00
ChannelOptions.cmake echo: add server echo channel api. 2014-07-15 11:42:12 +08:00
CMakeLists.txt echo: add server echo channel api. 2014-07-15 11:42:12 +08:00