FreeRDP/uwac/libuwac
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
..
.gitignore Integrate UWAC in to the FreeRDP source tree 2016-02-23 14:09:53 +01:00
CMakeLists.txt First shot on fixing over linking 2016-03-29 18:14:34 +02:00
uwac-display.c Integrate UWAC in to the FreeRDP source tree 2016-02-23 14:09:53 +01:00
uwac-input.c Added some checks 2016-02-25 00:41:19 +01:00
uwac-os.c Integrate UWAC in to the FreeRDP source tree 2016-02-23 14:09:53 +01:00
uwac-os.h Integrate UWAC in to the FreeRDP source tree 2016-02-23 14:09:53 +01:00
uwac-output.c Integrate UWAC in to the FreeRDP source tree 2016-02-23 14:09:53 +01:00
uwac-priv.h Integrate UWAC in to the FreeRDP source tree 2016-02-23 14:09:53 +01:00
uwac-tools.c Integrate UWAC in to the FreeRDP source tree 2016-02-23 14:09:53 +01:00
uwac-utils.c Integrate UWAC in to the FreeRDP source tree 2016-02-23 14:09:53 +01:00
uwac-utils.h Integrate UWAC in to the FreeRDP source tree 2016-02-23 14:09:53 +01:00
uwac-window.c Added some checks 2016-02-25 00:41:19 +01:00