FreeRDP/uwac
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
..
include Added API export for uwac. 2016-02-27 22:13:59 +01:00
libuwac First shot on fixing over linking 2016-03-29 18:14:34 +02:00
protocols Integrate UWAC in to the FreeRDP source tree 2016-02-23 14:09:53 +01:00
CMakeLists.txt uwac: generate .pc and cmake find-module 2016-02-25 23:47:32 +01:00
uwac.pc.in uwac: generate .pc and cmake find-module 2016-02-25 23:47:32 +01:00
uwacConfig.cmake.in uwac: generate .pc and cmake find-module 2016-02-25 23:47:32 +01:00
uwacVersion.cmake uwac: generate .pc and cmake find-module 2016-02-25 23:47:32 +01:00